#2C9E07

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

Shades of Forest Green #2C9E07

Tints of Forest Green #2C9E07

Color information

#2C9E07 (or 0x2C9E07) is unknown color: approx Forest Green. HEX triplet: 2C, 9E and 07. RGB value is (44,158,7). Sum of RGB (Red+Green+Blue) = 44+158+7=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 158 (62.11% from 255 or 75.60% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2C9E07 is #D361F8. Grayscale: #6B6B6B. Windows color (decimal): -13853177 or 499244. OLE color: 499244.

HSL color Cylindrical-coordinate representation of color #2C9E07: hue angle of 105.3º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2C9E07 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB441587-
CMYK0.7200.960.38
HSL105.3º91.52%32.35%-
HSV(B)105.3º95.57%61.96%-
XYZ13.3254.33-
YUV106.771.7383.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.05%
GREEN value IS 158 (62.11% from 255) = 75.60%
BLUE value IS 7 (3.12% from 255) = 3.35%
R=21.05%
G=75.60%
B=3.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4415870.7200.960.38105.391.5232.35
Hex2C9E74806026695c20
Octal54236711001404615113440
Binary1011001001111011110010000110000010011011010011011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,7); }

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

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

 a { background-color: rgb(44,158,7); }

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

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

 span { border-color: rgb(44,158,7); }

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