Html Css Color HEX #31702E Japanese Laurel

📋 copy color: '#31702E'

red 49 ◦ green 112 ◦ blue 46

#31702E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #31702E

Tints of Japanese Laurel #31702E

RGB

 RED value IS 49 (19.53% from 255) = 23.67%

 GREEN value IS 112 (44.14% from 255) = 54.11%

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 23.67%
G = 54.11%
B = 22.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#31702E (or 0x31702E) is known color: Japanese Laurel. HEX triplet: 31, 70 and 2E. RGB value is (49,112,46). Sum of RGB (Red+Green+Blue) = 49+112+46=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #31702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31702E is #CE8FD1. Grayscale: #555555. Windows color (decimal): -13537234 or 3043377. OLE color: 3043377.

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

Color convert

RGB 49 112 46 -
CMYK 0.56 0 0.59 0.56
HSL 117.27º 0.42% 0.31% -
HSV(B) 117.27º 0.59% 0.44% -
XYZ 7.55 12.44 4.59 -
YUV 85.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 49 112 46 0.56 0 0.59 0.56 117.27 0.42 0.31
Hex 31 70 2E 38 0 3B 38 75 2A 1F
Octal 61 160 56 70 0 73 70 165 52 37
Binary 110001 1110000 101110 111000 0 111011 111000 1110101 101010 11111

Color Harmonies of #31702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31702E

Black with #31702E

Text Example


Text Example

White with #31702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31702E;
 }
 .AnyTagClassName
 {
   color: #31702E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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