#207B27

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

Shades of Forest Green #207B27

Tints of Forest Green #207B27

Color information

#207B27 (or 0x207B27) is unknown color: approx Forest Green. HEX triplet: 20, 7B and 27. RGB value is (32,123,39). Sum of RGB (Red+Green+Blue) = 32+123+39=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 123 (48.44% from 255 or 63.40% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 123 - color contains mainly: green. Hex color #207B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207B27 is #DF84D8. Grayscale: #565656. Windows color (decimal): -14648537 or 2587424. OLE color: 2587424.

HSL color Cylindrical-coordinate representation of color #207B27: hue angle of 124.62º 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 #207B27 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB3212339-
CMYK0.7400.680.52
HSL124.62º58.71%30.39%-
HSV(B)124.62º73.98%48.24%-
XYZ8.0414.624.32-
YUV86.21101.3589.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.49%
GREEN value IS 123 (48.44% from 255) = 63.40%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=16.49%
G=63.40%
B=20.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123390.7400.680.52124.6258.7130.39
Hex207B274A044347d3b1e
Octal40173471120104641757336
Binary1000001111011100111100101001000100110100111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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