Html Css Color HEX #2C8221 Forest Green

📋 copy color: '#2C8221'

red 44 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #2C8221

Tints of Forest Green #2C8221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 62.8%

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

R = 21.26%
G = 62.8%
B = 15.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#2C8221 (or 0x2C8221) is known color: Forest Green. HEX triplet: 2C, 82 and 21. RGB value is (44,130,33). Sum of RGB (Red+Green+Blue) = 44+130+33=207 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.26% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8221 is #D37DDE. Grayscale: #5D5D5D. Windows color (decimal): -13860319 or 2196012. OLE color: 2196012.

HSL color Cylindrical-coordinate representation of color #2C8221: hue angle of 113.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C8221 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 44 130 33 -
CMYK 0.66 0 0.75 0.49
HSL 113.2º 0.6% 0.32% -
HSV(B) 113.2º 0.75% 0.51% -
XYZ 9.3 16.61 4.16 -
YUV 93.23 94.01 92.89 -
System Red Green Blue C M Y K H S L
Decimal 44 130 33 0.66 0 0.75 0.49 113.2 0.6 0.32
Hex 2C 82 21 42 0 4B 31 71 3C 20
Octal 54 202 41 102 0 113 61 161 74 40
Binary 101100 10000010 100001 1000010 0 1001011 110001 1110001 111100 100000

Color Harmonies of #2C8221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8221

Black with #2C8221

Text Example


Text Example

White with #2C8221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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