#207B28

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

Shades of Forest Green #207B28

Tints of Forest Green #207B28

Color information

#207B28 (or 0x207B28) is unknown color: approx Forest Green. HEX triplet: 20, 7B and 28. RGB value is (32,123,40). Sum of RGB (Red+Green+Blue) = 32+123+40=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 123 (48.44% from 255 or 63.08% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 123 - color contains mainly: green. Hex color #207B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B28 is #DF84D7. Grayscale: #565656. Windows color (decimal): -14648536 or 2652960. OLE color: 2652960.

HSL color Cylindrical-coordinate representation of color #207B28: hue angle of 125.27º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B28 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB3212340-
CMYK0.7400.670.52
HSL125.27º58.71%30.39%-
HSV(B)125.27º73.98%48.24%-
XYZ8.0614.634.41-
YUV86.33101.8589.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.41%
GREEN value IS 123 (48.44% from 255) = 63.08%
BLUE value IS 40 (16.02% from 255) = 20.51%
R=16.41%
G=63.08%
B=20.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123400.7400.670.52125.2758.7130.39
Hex207B284A043347d3b1e
Octal40173501120103641757336
Binary1000001111011101000100101001000011110100111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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