Html Css Color HEX #31702F Japanese Laurel

📋 copy color: '#31702F'

red 49 ◦ green 112 ◦ blue 47

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

Shades of Japanese Laurel #31702F

Tints of Japanese Laurel #31702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 23.56%
G = 53.85%
B = 22.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#31702F (or 0x31702F) is known color: Japanese Laurel. HEX triplet: 31, 70 and 2F. RGB value is (49,112,47). Sum of RGB (Red+Green+Blue) = 49+112+47=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #31702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31702F is #CE8FD0. Grayscale: #555555. Windows color (decimal): -13537233 or 3108913. OLE color: 3108913.

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

Color convert

RGB 49 112 47 -
CMYK 0.56 0 0.58 0.56
HSL 118.15º 0.41% 0.31% -
HSV(B) 118.15º 0.58% 0.44% -
XYZ 7.57 12.45 4.69 -
YUV 85.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 49 112 47 0.56 0 0.58 0.56 118.15 0.41 0.31
Hex 31 70 2F 38 0 3A 38 76 29 1F
Octal 61 160 57 70 0 72 70 166 51 37
Binary 110001 1110000 101111 111000 0 111010 111000 1110110 101001 11111

Color Harmonies of #31702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31702F

Black with #31702F

Text Example


Text Example

White with #31702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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