Html Css Color HEX #299014 Forest Green

📋 copy color: '#299014'

red 41 ◦ green 144 ◦ blue 20

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

Shades of Forest Green #299014

Tints of Forest Green #299014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 70.24%

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

R = 20%
G = 70.24%
B = 9.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#299014 (or 0x299014) is known color: Forest Green. HEX triplet: 29, 90 and 14. RGB value is (41,144,20). Sum of RGB (Red+Green+Blue) = 41+144+20=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 144 (56.64% from 255 or 70.24% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 144 - color contains mainly: green. Hex color #299014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #299014 is #D66FEB. Grayscale: #636363. Windows color (decimal): -14053356 or 1347625. OLE color: 1347625.

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

Color convert

RGB 41 144 20 -
CMYK 0.72 0 0.86 0.44
HSL 109.84º 0.76% 0.32% -
HSV(B) 109.84º 0.86% 0.56% -
XYZ 11.01 20.47 4.03 -
YUV 99.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 41 144 20 0.72 0 0.86 0.44 109.84 0.76 0.32
Hex 29 90 14 48 0 56 2C 6E 4C 20
Octal 51 220 24 110 0 126 54 156 114 40
Binary 101001 10010000 10100 1001000 0 1010110 101100 1101110 1001100 100000

Color Harmonies of #299014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #299014

Black with #299014

Text Example


Text Example

White with #299014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #299014; }

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

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

background-color css

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

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

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

border-color css

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

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

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