Html Css Color HEX #31832D Japanese Laurel

📋 copy color: '#31832D'

red 49 ◦ green 131 ◦ blue 45

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

Shades of Japanese Laurel #31832D

Tints of Japanese Laurel #31832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.22%

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

R = 21.78%
G = 58.22%
B = 20%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#31832D (or 0x31832D) is known color: Japanese Laurel. HEX triplet: 31, 83 and 2D. RGB value is (49,131,45). Sum of RGB (Red+Green+Blue) = 49+131+45=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #31832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31832D is #CE7CD2. Grayscale: #606060. Windows color (decimal): -13532371 or 2982705. OLE color: 2982705.

HSL color Cylindrical-coordinate representation of color #31832D: hue angle of 117.21º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31832D is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 45 -
CMYK 0.63 0 0.66 0.49
HSL 117.21º 0.49% 0.35% -
HSV(B) 117.21º 0.66% 0.51% -
XYZ 9.86 17.08 5.26 -
YUV 96.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 49 131 45 0.63 0 0.66 0.49 117.21 0.49 0.35
Hex 31 83 2D 3F 0 42 31 75 31 23
Octal 61 203 55 77 0 102 61 165 61 43
Binary 110001 10000011 101101 111111 0 1000010 110001 1110101 110001 100011

Color Harmonies of #31832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31832D

Black with #31832D

Text Example


Text Example

White with #31832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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