Html Css Color HEX #2C8D28 Forest Green

📋 copy color: '#2C8D28'

red 44 ◦ green 141 ◦ blue 40

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

Shades of Forest Green #2C8D28

Tints of Forest Green #2C8D28

RGB

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

 GREEN value IS 141 (55.47% from 255) = 62.67%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 19.56%
G = 62.67%
B = 17.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.45

RGB Variations

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

Color information

#2C8D28 (or 0x2C8D28) is known color: Forest Green. HEX triplet: 2C, 8D and 28. RGB value is (44,141,40). Sum of RGB (Red+Green+Blue) = 44+141+40=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #2C8D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8D28 is #D372D7. Grayscale: #646464. Windows color (decimal): -13857496 or 2657580. OLE color: 2657580.

HSL color Cylindrical-coordinate representation of color #2C8D28: hue angle of 117.62º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C8D28 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB 44 141 40 -
CMYK 0.69 0 0.72 0.45
HSL 117.62º 0.56% 0.35% -
HSV(B) 117.62º 0.72% 0.55% -
XYZ 10.95 19.74 5.24 -
YUV 100.48 93.86 87.71 -
System Red Green Blue C M Y K H S L
Decimal 44 141 40 0.69 0 0.72 0.45 117.62 0.56 0.35
Hex 2C 8D 28 45 0 48 2D 76 38 23
Octal 54 215 50 105 0 110 55 166 70 43
Binary 101100 10001101 101000 1000101 0 1001000 101101 1110110 111000 100011

Color Harmonies of #2C8D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8D28

Black with #2C8D28

Text Example


Text Example

White with #2C8D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,141,40); }

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

background-color css

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

 a { background-color: rgb(44,141,40); }

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

border-color css

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

 span { border-color: rgb(44,141,40); }

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