Html Css Color HEX #2C9421 Forest Green

📋 copy color: '#2C9421'

red 44 ◦ green 148 ◦ blue 33

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

Shades of Forest Green #2C9421

Tints of Forest Green #2C9421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.78%

 BLUE value IS 33 (13.28% from 255) = 14.67%

R = 19.56%
G = 65.78%
B = 14.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#2C9421 (or 0x2C9421) is known color: Forest Green. HEX triplet: 2C, 94 and 21. RGB value is (44,148,33). Sum of RGB (Red+Green+Blue) = 44+148+33=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9421 is #D36BDE. Grayscale: #686868. Windows color (decimal): -13855711 or 2200620. OLE color: 2200620.

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

Color convert

RGB 44 148 33 -
CMYK 0.70 0 0.78 0.42
HSL 114.26º 0.64% 0.35% -
HSV(B) 114.26º 0.78% 0.58% -
XYZ 11.9 21.83 5.02 -
YUV 103.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 44 148 33 0.70 0 0.78 0.42 114.26 0.64 0.35
Hex 2C 94 21 46 0 4E 2A 72 40 23
Octal 54 224 41 106 0 116 52 162 100 43
Binary 101100 10010100 100001 1000110 0 1001110 101010 1110010 1000000 100011

Color Harmonies of #2C9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9421

Black with #2C9421

Text Example


Text Example

White with #2C9421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,148,33); }

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

background-color css

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

 a { background-color: rgb(44,148,33); }

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

border-color css

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

 span { border-color: rgb(44,148,33); }

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