#27970C

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

Shades of Forest Green #27970C

Tints of Forest Green #27970C

Color information

#27970C (or 0x27970C) is unknown color: approx Forest Green. HEX triplet: 27, 97 and 0C. RGB value is (39,151,12). Sum of RGB (Red+Green+Blue) = 39+151+12=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 151 (59.38% from 255 or 74.75% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 151 - color contains mainly: green. Hex color #27970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #27970C is #D868F3. Grayscale: #666666. Windows color (decimal): -14182644 or 825127. OLE color: 825127.

HSL color Cylindrical-coordinate representation of color #27970C: hue angle of 108.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27970C is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB3915112-
CMYK0.7400.920.41
HSL108.35º85.28%31.96%-
HSV(B)108.35º92.05%59.22%-
XYZ11.9722.594.08-
YUV101.6777.3983.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 151 (59.38% from 255) = 74.75%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=19.31%
G=74.75%
B=5.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39151120.7400.920.41108.3585.2831.96
Hex2797C4A05C296c5520
Octal472271411201345115412540
Binary10011110010111110010010100101110010100111011001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27970C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27970C; }

 p { color: rgb(39,151,12); }

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

<style>
 a { background-color: #27970C; }

 a { background-color: rgb(39,151,12); }

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

<style>
 span { border-color: #27970C; }

 span { border-color: rgb(39,151,12); }

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