#207008

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

Shades of Green #207008

Tints of Green #207008

Color information

#207008 (or 0x207008) is unknown color: approx Green. HEX triplet: 20, 70 and 08. RGB value is (32,112,8). Sum of RGB (Red+Green+Blue) = 32+112+8=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #207008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #207008 is #DF8FF7. Grayscale: #4C4C4C. Windows color (decimal): -14651384 or 552992. OLE color: 552992.

HSL color Cylindrical-coordinate representation of color #207008: hue angle of 106.15º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #207008 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB321128-
CMYK0.7100.930.56
HSL106.15º86.67%23.53%-
HSV(B)106.15º92.86%43.92%-
XYZ6.4311.912.19-
YUV76.2289.596.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 112 (44.14% from 255) = 73.68%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=21.05%
G=73.68%
B=5.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3211280.7100.930.56106.1586.6723.53
Hex207084705D386a5718
Octal401601010701357015212730
Binary100000111000010001000111010111011110001101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207008; }

 p { color: rgb(32,112,8); }

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

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

 a { background-color: rgb(32,112,8); }

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

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

 span { border-color: rgb(32,112,8); }

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