Html Css Color HEX #31752F Japanese Laurel

📋 copy color: '#31752F'

red 49 ◦ green 117 ◦ blue 47

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

Shades of Japanese Laurel #31752F

Tints of Japanese Laurel #31752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.93%

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

R = 23%
G = 54.93%
B = 22.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#31752F (or 0x31752F) is known color: Japanese Laurel. HEX triplet: 31, 75 and 2F. RGB value is (49,117,47). Sum of RGB (Red+Green+Blue) = 49+117+47=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #31752F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31752F is #CE8AD0. Grayscale: #585858. Windows color (decimal): -13535953 or 3110193. OLE color: 3110193.

HSL color Cylindrical-coordinate representation of color #31752F: hue angle of 118.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31752F is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 47 -
CMYK 0.58 0 0.60 0.54
HSL 118.29º 0.43% 0.32% -
HSV(B) 118.29º 0.6% 0.46% -
XYZ 8.14 13.58 4.88 -
YUV 88.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 49 117 47 0.58 0 0.60 0.54 118.29 0.43 0.32
Hex 31 75 2F 3A 0 3C 36 76 2B 20
Octal 61 165 57 72 0 74 66 166 53 40
Binary 110001 1110101 101111 111010 0 111100 110110 1110110 101011 100000

Color Harmonies of #31752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31752F

Black with #31752F

Text Example


Text Example

White with #31752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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