#207C28

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

Shades of Forest Green #207C28

Tints of Forest Green #207C28

Color information

#207C28 (or 0x207C28) is unknown color: approx Forest Green. HEX triplet: 20, 7C and 28. RGB value is (32,124,40). Sum of RGB (Red+Green+Blue) = 32+124+40=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #207C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207C28 is #DF83D7. Grayscale: #575757. Windows color (decimal): -14648280 or 2653216. OLE color: 2653216.

HSL color Cylindrical-coordinate representation of color #207C28: hue angle of 125.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207C28 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.

Color convert

RGB3212440-
CMYK0.7400.680.51
HSL125.22º58.97%30.59%-
HSV(B)125.22º74.19%48.63%-
XYZ8.1914.884.45-
YUV86.92101.5288.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 124 (48.83% from 255) = 63.27%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=16.33%
G=63.27%
B=20.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32124400.7400.680.51125.2258.9730.59
Hex207C284A044337d3b1f
Octal40174501120104631757337
Binary1000001111100101000100101001000100110011111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207C28; }

 p { color: rgb(32,124,40); }

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

<style>
 a { background-color: #207C28; }

 a { background-color: rgb(32,124,40); }

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

<style>
 span { border-color: #207C28; }

 span { border-color: rgb(32,124,40); }

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