Html Css Color HEX #299130 Forest Green

📋 copy color: '#299130'

red 41 ◦ green 145 ◦ blue 48

#299130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #299130

Tints of Forest Green #299130

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 value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#299130 (or 0x299130) is known color: 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

RGB 41 145 48 -
CMYK 0.72 0 0.67 0.43
HSL 124.04º 0.56% 0.36% -
HSV(B) 124.04º 0.72% 0.57% -
XYZ 11.57 20.94 6.23 -
YUV 102.85 97.04 83.89 -
System Red Green Blue C M Y K H S L
Decimal 41 145 48 0.72 0 0.67 0.43 124.04 0.56 0.36
Hex 29 91 30 48 0 43 2B 7C 38 24
Octal 51 221 60 110 0 103 53 174 70 44
Binary 101001 10010001 110000 1001000 0 1000011 101011 1111100 111000 100100

Color Harmonies of #299130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299130

Black with #299130

Text Example


Text Example

White with #299130

Text Example


Text Example

HTML Codes & Css Web 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>