#299130

Color #299130 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #299130

Tints of Forest Green #299130

Color information

#299130 (or 0x299130) is unknown color: approx Forest Green. HEX triplet: 29, 91 and 30. RGB value is (41,145,48). Sum of RGB (Red+Green+Blue) = 41+145+48=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #299130 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #299130 is #D66ECF. Grayscale: #676767. Windows color (decimal): -14053072 or 3182889. OLE color: 3182889.

HSL color Cylindrical-coordinate representation of color #299130: hue angle of 124.04º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299130 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB4114548-
CMYK0.7200.670.43
HSL124.04º55.91%36.47%-
HSV(B)124.04º71.72%56.86%-
XYZ11.5720.946.23-
YUV102.8597.0483.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 145 (57.03% from 255) = 61.97%
BLUE value IS 48 (19.14% from 255) = 20.51%
R=17.52%
G=61.97%
B=20.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41145480.7200.670.43124.0455.9136.47
Hex299130480432B7c3824
Octal51221601100103531747044
Binary101001100100011100001001000010000111010111111100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299130; }

 p { color: rgb(41,145,48); }

 H1.HeaderClassName
 {
   color: #299130;
 }
 .AnyTagClassName
 {
   color: #299130;
 }
</style>
background-color css

<style>
 a { background-color: #299130; }

 a { background-color: rgb(41,145,48); }

 div.DivClassName
 {
   background-color: #299130;
 }
 .BgClassName
 {
   background-color: #299130;
 }
</style>
border-color css

<style>
 span { border-color: #299130; }

 span { border-color: rgb(41,145,48); }

 td.TdClassName
 {
   border-color: #299130;
 }
 .TagClassName
 {
   border-color: #299130;
 }
</style>