Html Css Color HEX #31802D Japanese Laurel

📋 copy color: '#31802D'

red 49 ◦ green 128 ◦ blue 45

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

Shades of Japanese Laurel #31802D

Tints of Japanese Laurel #31802D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.66%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 22.07%
G = 57.66%
B = 20.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#31802D (or 0x31802D) is known color: Japanese Laurel. HEX triplet: 31, 80 and 2D. RGB value is (49,128,45). Sum of RGB (Red+Green+Blue) = 49+128+45=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #31802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31802D is #CE7FD2. Grayscale: #5F5F5F. Windows color (decimal): -13533139 or 2981937. OLE color: 2981937.

HSL color Cylindrical-coordinate representation of color #31802D: hue angle of 117.11º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31802D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 45 -
CMYK 0.62 0 0.65 0.50
HSL 117.11º 0.48% 0.34% -
HSV(B) 117.11º 0.65% 0.5% -
XYZ 9.46 16.28 5.13 -
YUV 94.92 99.83 95.25 -
System Red Green Blue C M Y K H S L
Decimal 49 128 45 0.62 0 0.65 0.50 117.11 0.48 0.34
Hex 31 80 2D 3E 0 41 32 75 30 22
Octal 61 200 55 76 0 101 62 165 60 42
Binary 110001 10000000 101101 111110 0 1000001 110010 1110101 110000 100010

Color Harmonies of #31802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31802D

Black with #31802D

Text Example


Text Example

White with #31802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31802D; }

 p { color: rgb(49,128,45); }

 H1.HeaderClassName
 {
   color: #31802D;
 }
 .AnyTagClassName
 {
   color: #31802D;
 }
</style>

background-color css

<style>
 a { background-color: #31802D; }

 a { background-color: rgb(49,128,45); }

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

border-color css

<style>
 span { border-color: #31802D; }

 span { border-color: rgb(49,128,45); }

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