#31702D

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

Shades of Japanese Laurel #31702D

Tints of Japanese Laurel #31702D

Color information

#31702D (or 0x31702D) is unknown color: approx Japanese Laurel. HEX triplet: 31, 70 and 2D. RGB value is (49,112,45). Sum of RGB (Red+Green+Blue) = 49+112+45=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #31702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31702D is #CE8FD2. Grayscale: #555555. Windows color (decimal): -13537235 or 2977841. OLE color: 2977841.

HSL color Cylindrical-coordinate representation of color #31702D: hue angle of 116.42º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31702D is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB4911245-
CMYK0.5600.600.56
HSL116.42º42.68%30.78%-
HSV(B)116.42º59.82%43.92%-
XYZ7.5312.434.48-
YUV85.52105.13101.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 112 (44.14% from 255) = 54.37%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=23.79%
G=54.37%
B=21.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112450.5600.600.56116.4242.6830.78
Hex31702D3803C38742b1f
Octal611605570074701645337
Binary11000111100001011011110000111100111000111010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31702D; }

 p { color: rgb(49,112,45); }

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

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

 a { background-color: rgb(49,112,45); }

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

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

 span { border-color: rgb(49,112,45); }

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