Html Css Color HEX #31752A Japanese Laurel

📋 copy color: '#31752A'

red 49 ◦ green 117 ◦ blue 42

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

Shades of Japanese Laurel #31752A

Tints of Japanese Laurel #31752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 23.56%
G = 56.25%
B = 20.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#31752A (or 0x31752A) is known color: Japanese Laurel. HEX triplet: 31, 75 and 2A. RGB value is (49,117,42). Sum of RGB (Red+Green+Blue) = 49+117+42=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #31752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31752A is #CE8AD5. Grayscale: #585858. Windows color (decimal): -13535958 or 2782513. OLE color: 2782513.

HSL color Cylindrical-coordinate representation of color #31752A: hue angle of 114.4º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31752A is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 42 -
CMYK 0.58 0 0.64 0.54
HSL 114.4º 0.47% 0.31% -
HSV(B) 114.4º 0.64% 0.46% -
XYZ 8.05 13.54 4.38 -
YUV 88.12 101.97 100.1 -
System Red Green Blue C M Y K H S L
Decimal 49 117 42 0.58 0 0.64 0.54 114.4 0.47 0.31
Hex 31 75 2A 3A 0 40 36 72 2F 1F
Octal 61 165 52 72 0 100 66 162 57 37
Binary 110001 1110101 101010 111010 0 1000000 110110 1110010 101111 11111

Color Harmonies of #31752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31752A

Black with #31752A

Text Example


Text Example

White with #31752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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