#2C8A05

Color #2C8A05 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #2C8A05

Tints of Forest Green #2C8A05

Color information

#2C8A05 (or 0x2C8A05) is unknown color: approx Forest Green. HEX triplet: 2C, 8A and 05. RGB value is (44,138,5). Sum of RGB (Red+Green+Blue) = 44+138+5=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 138 (54.30% from 255 or 73.80% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 138 - color contains mainly: green. Hex color #2C8A05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C8A05 is #D375FA. Grayscale: #5F5F5F. Windows color (decimal): -13858299 or 363052. OLE color: 363052.

HSL color Cylindrical-coordinate representation of color #2C8A05: hue angle of 102.41º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C8A05 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB441385-
CMYK0.6800.960.46
HSL102.41º93.01%28.04%-
HSV(B)102.41º96.38%54.12%-
XYZ10.1518.723.22-
YUV94.7377.3691.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.53%
GREEN value IS 138 (54.30% from 255) = 73.80%
BLUE value IS 5 (2.34% from 255) = 2.67%
R=23.53%
G=73.80%
B=2.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4413850.6800.960.46102.4193.0128.04
Hex2C8A5440602E665d1c
Octal54212510401405614613534
Binary101100100010101011000100011000001011101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,138,5); }

 H1.HeaderClassName
 {
   color: #2C8A05;
 }
 .AnyTagClassName
 {
   color: #2C8A05;
 }
</style>
background-color css

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

 a { background-color: rgb(44,138,5); }

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

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

 span { border-color: rgb(44,138,5); }

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