Html Css Color HEX #2C9514 Forest Green

📋 copy color: '#2C9514'

red 44 ◦ green 149 ◦ blue 20

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

Shades of Forest Green #2C9514

Tints of Forest Green #2C9514

RGB

 RED value IS 44 (17.58% from 255) = 20.66%

 GREEN value IS 149 (58.59% from 255) = 69.95%

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

R = 20.66%
G = 69.95%
B = 9.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#2C9514 (or 0x2C9514) is known color: Forest Green. HEX triplet: 2C, 95 and 14. RGB value is (44,149,20). Sum of RGB (Red+Green+Blue) = 44+149+20=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9514 is #D36AEB. Grayscale: #676767. Windows color (decimal): -13855468 or 1348908. OLE color: 1348908.

HSL color Cylindrical-coordinate representation of color #2C9514: hue angle of 108.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2C9514 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 149 20 -
CMYK 0.70 0 0.87 0.42
HSL 108.84º 0.76% 0.33% -
HSV(B) 108.84º 0.87% 0.58% -
XYZ 11.91 22.08 4.3 -
YUV 102.9 81.21 85.99 -
System Red Green Blue C M Y K H S L
Decimal 44 149 20 0.70 0 0.87 0.42 108.84 0.76 0.33
Hex 2C 95 14 46 0 57 2A 6D 4C 21
Octal 54 225 24 106 0 127 52 155 114 41
Binary 101100 10010101 10100 1000110 0 1010111 101010 1101101 1001100 100001

Color Harmonies of #2C9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9514

Black with #2C9514

Text Example


Text Example

White with #2C9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C9514; }

 p { color: rgb(44,149,20); }

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

background-color css

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

 a { background-color: rgb(44,149,20); }

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

border-color css

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

 span { border-color: rgb(44,149,20); }

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