Html Css Color HEX #31772F Japanese Laurel

📋 copy color: '#31772F'

red 49 ◦ green 119 ◦ blue 47

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

Shades of Japanese Laurel #31772F

Tints of Japanese Laurel #31772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.35%

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

R = 22.79%
G = 55.35%
B = 21.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#31772F (or 0x31772F) is known color: Japanese Laurel. HEX triplet: 31, 77 and 2F. RGB value is (49,119,47). Sum of RGB (Red+Green+Blue) = 49+119+47=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #31772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31772F is #CE88D0. Grayscale: #5A5A5A. Windows color (decimal): -13535441 or 3110705. OLE color: 3110705.

HSL color Cylindrical-coordinate representation of color #31772F: hue angle of 118.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31772F is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 47 -
CMYK 0.59 0 0.61 0.53
HSL 118.33º 0.43% 0.33% -
HSV(B) 118.33º 0.61% 0.47% -
XYZ 8.38 14.05 4.96 -
YUV 89.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 49 119 47 0.59 0 0.61 0.53 118.33 0.43 0.33
Hex 31 77 2F 3B 0 3D 35 76 2B 21
Octal 61 167 57 73 0 75 65 166 53 41
Binary 110001 1110111 101111 111011 0 111101 110101 1110110 101011 100001

Color Harmonies of #31772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31772F

Black with #31772F

Text Example


Text Example

White with #31772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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