Html Css Color HEX #31792F Japanese Laurel

📋 copy color: '#31792F'

red 49 ◦ green 121 ◦ blue 47

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

Shades of Japanese Laurel #31792F

Tints of Japanese Laurel #31792F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 55.76%

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

R = 22.58%
G = 55.76%
B = 21.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#31792F (or 0x31792F) is known color: Japanese Laurel. HEX triplet: 31, 79 and 2F. RGB value is (49,121,47). Sum of RGB (Red+Green+Blue) = 49+121+47=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #31792F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31792F is #CE86D0. Grayscale: #5B5B5B. Windows color (decimal): -13534929 or 3111217. OLE color: 3111217.

HSL color Cylindrical-coordinate representation of color #31792F: hue angle of 118.38º degrees, saturation: 0.44, 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 #31792F is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 47 -
CMYK 0.60 0 0.61 0.53
HSL 118.38º 0.44% 0.33% -
HSV(B) 118.38º 0.61% 0.47% -
XYZ 8.62 14.53 5.04 -
YUV 91.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 49 121 47 0.60 0 0.61 0.53 118.38 0.44 0.33
Hex 31 79 2F 3C 0 3D 35 76 2C 21
Octal 61 171 57 74 0 75 65 166 54 41
Binary 110001 1111001 101111 111100 0 111101 110101 1110110 101100 100001

Color Harmonies of #31792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31792F

Black with #31792F

Text Example


Text Example

White with #31792F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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