Html Css Color HEX #2C9520 Forest Green

📋 copy color: '#2C9520'

red 44 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #2C9520

Tints of Forest Green #2C9520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 19.56%
G = 66.22%
B = 14.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#2C9520 (or 0x2C9520) is known color: Forest Green. HEX triplet: 2C, 95 and 20. RGB value is (44,149,32). Sum of RGB (Red+Green+Blue) = 44+149+32=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 149 (58.59% from 255 or 66.22% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9520 is #D36ADF. Grayscale: #686868. Windows color (decimal): -13855456 or 2135340. OLE color: 2135340.

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

Color convert

RGB 44 149 32 -
CMYK 0.70 0 0.79 0.42
HSL 113.85º 0.65% 0.35% -
HSV(B) 113.85º 0.79% 0.58% -
XYZ 12.05 22.13 5 -
YUV 104.27 87.21 85.01 -
System Red Green Blue C M Y K H S L
Decimal 44 149 32 0.70 0 0.79 0.42 113.85 0.65 0.35
Hex 2C 95 20 46 0 4F 2A 72 41 23
Octal 54 225 40 106 0 117 52 162 101 43
Binary 101100 10010101 100000 1000110 0 1001111 101010 1110010 1000001 100011

Color Harmonies of #2C9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9520

Black with #2C9520

Text Example


Text Example

White with #2C9520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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