Html Css Color HEX #2C9215 Forest Green

📋 copy color: '#2C9215'

red 44 ◦ green 146 ◦ blue 21

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

Shades of Forest Green #2C9215

Tints of Forest Green #2C9215

RGB

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

 GREEN value IS 146 (57.42% from 255) = 69.19%

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 20.85%
G = 69.19%
B = 9.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#2C9215 (or 0x2C9215) is known color: Forest Green. HEX triplet: 2C, 92 and 15. RGB value is (44,146,21). Sum of RGB (Red+Green+Blue) = 44+146+21=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 146 (57.42% from 255 or 69.19% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 146 - color contains mainly: green. Hex color #2C9215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9215 is #D36DEA. Grayscale: #656565. Windows color (decimal): -13856235 or 1413676. OLE color: 1413676.

HSL color Cylindrical-coordinate representation of color #2C9215: hue angle of 108.96º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C9215 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 146 21 -
CMYK 0.70 0 0.86 0.43
HSL 108.96º 0.75% 0.33% -
HSV(B) 108.96º 0.86% 0.57% -
XYZ 11.45 21.15 4.19 -
YUV 101.25 82.71 87.16 -
System Red Green Blue C M Y K H S L
Decimal 44 146 21 0.70 0 0.86 0.43 108.96 0.75 0.33
Hex 2C 92 15 46 0 56 2B 6D 4B 21
Octal 54 222 25 106 0 126 53 155 113 41
Binary 101100 10010010 10101 1000110 0 1010110 101011 1101101 1001011 100001

Color Harmonies of #2C9215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9215

Black with #2C9215

Text Example


Text Example

White with #2C9215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,146,21); }

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

background-color css

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

 a { background-color: rgb(44,146,21); }

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

border-color css

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

 span { border-color: rgb(44,146,21); }

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