#207E32

Color #207E32 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #207E32

Tints of Japanese Laurel #207E32

Color information

#207E32 (or 0x207E32) is unknown color: approx Japanese Laurel. HEX triplet: 20, 7E and 32. RGB value is (32,126,50). Sum of RGB (Red+Green+Blue) = 32+126+50=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 126 (49.61% from 255 or 60.58% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 126 - color contains mainly: green. Hex color #207E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207E32 is #DF81CD. Grayscale: #595959. Windows color (decimal): -14647758 or 3309088. OLE color: 3309088.

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

Color convert

RGB3212650-
CMYK0.7500.600.51
HSL131.49º59.49%30.98%-
HSV(B)131.49º74.6%49.41%-
XYZ8.6315.465.55-
YUV89.23105.8687.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.38%
GREEN value IS 126 (49.61% from 255) = 60.58%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=15.38%
G=60.58%
B=24.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32126500.7500.600.51131.4959.4930.98
Hex207E324B03C33833b1f
Octal4017662113074632037337
Binary1000001111110110010100101101111001100111000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,126,50); }

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

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

 a { background-color: rgb(32,126,50); }

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

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

 span { border-color: rgb(32,126,50); }

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