Html Css Color HEX #31702D Japanese Laurel

📋 copy color: '#31702D'

red 49 ◦ green 112 ◦ blue 45

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

Shades of Japanese Laurel #31702D

Tints of Japanese Laurel #31702D

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 value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#31702D (or 0x31702D) is known color: 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

RGB 49 112 45 -
CMYK 0.56 0 0.60 0.56
HSL 116.42º 0.43% 0.31% -
HSV(B) 116.42º 0.6% 0.44% -
XYZ 7.53 12.43 4.48 -
YUV 85.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 49 112 45 0.56 0 0.60 0.56 116.42 0.43 0.31
Hex 31 70 2D 38 0 3C 38 74 2B 1F
Octal 61 160 55 70 0 74 70 164 53 37
Binary 110001 1110000 101101 111000 0 111100 111000 1110100 101011 11111

Color Harmonies of #31702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31702D

Black with #31702D

Text Example


Text Example

White with #31702D

Text Example


Text Example

HTML Codes & Css Web 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>