Html Css Color HEX #299214 Forest Green

📋 copy color: '#299214'

red 41 ◦ green 146 ◦ blue 20

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

Shades of Forest Green #299214

Tints of Forest Green #299214

RGB

 RED value IS 41 (16.41% from 255) = 19.81%

 GREEN value IS 146 (57.42% from 255) = 70.53%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 19.81%
G = 70.53%
B = 9.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#299214 (or 0x299214) is known color: Forest Green. HEX triplet: 29, 92 and 14. RGB value is (41,146,20). Sum of RGB (Red+Green+Blue) = 41+146+20=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #299214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299214 is #D66DEB. Grayscale: #646464. Windows color (decimal): -14052844 or 1348137. OLE color: 1348137.

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

Color convert

RGB 41 146 20 -
CMYK 0.72 0 0.86 0.43
HSL 110º 0.76% 0.33% -
HSV(B) 110º 0.86% 0.57% -
XYZ 11.32 21.08 4.13 -
YUV 100.24 82.71 85.75 -
System Red Green Blue C M Y K H S L
Decimal 41 146 20 0.72 0 0.86 0.43 110 0.76 0.33
Hex 29 92 14 48 0 56 2B 6E 4C 21
Octal 51 222 24 110 0 126 53 156 114 41
Binary 101001 10010010 10100 1001000 0 1010110 101011 1101110 1001100 100001

Color Harmonies of #299214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299214

Black with #299214

Text Example


Text Example

White with #299214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299214; }

 p { color: rgb(41,146,20); }

 H1.HeaderClassName
 {
   color: #299214;
 }
 .AnyTagClassName
 {
   color: #299214;
 }
</style>

background-color css

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

 a { background-color: rgb(41,146,20); }

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

border-color css

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

 span { border-color: rgb(41,146,20); }

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