#207E31

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

Shades of Japanese Laurel #207E31

Tints of Japanese Laurel #207E31

Color information

#207E31 (or 0x207E31) is unknown color: approx Japanese Laurel. HEX triplet: 20, 7E and 31. RGB value is (32,126,49). Sum of RGB (Red+Green+Blue) = 32+126+49=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #207E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207E31 is #DF81CE. Grayscale: #595959. Windows color (decimal): -14647759 or 3243552. OLE color: 3243552.

HSL color Cylindrical-coordinate representation of color #207E31: hue angle of 130.85º 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 #207E31 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.

Color convert

RGB3212649-
CMYK0.7500.610.51
HSL130.85º59.49%30.98%-
HSV(B)130.85º74.6%49.41%-
XYZ8.6115.455.43-
YUV89.12105.3687.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.46%
GREEN value IS 126 (49.61% from 255) = 60.87%
BLUE value IS 49 (19.53% from 255) = 23.67%
R=15.46%
G=60.87%
B=23.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32126490.7500.610.51130.8559.4930.98
Hex207E314B03D33833b1f
Octal4017661113075632037337
Binary1000001111110110001100101101111011100111000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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