Html Css Color HEX #31852C Japanese Laurel

📋 copy color: '#31852C'

red 49 ◦ green 133 ◦ blue 44

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

Shades of Japanese Laurel #31852C

Tints of Japanese Laurel #31852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 21.68%
G = 58.85%
B = 19.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#31852C (or 0x31852C) is known color: Japanese Laurel. HEX triplet: 31, 85 and 2C. RGB value is (49,133,44). Sum of RGB (Red+Green+Blue) = 49+133+44=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #31852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31852C is #CE7AD3. Grayscale: #626262. Windows color (decimal): -13531860 or 2917681. OLE color: 2917681.

HSL color Cylindrical-coordinate representation of color #31852C: hue angle of 116.63º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31852C is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 44 -
CMYK 0.63 0 0.67 0.48
HSL 116.63º 0.5% 0.35% -
HSV(B) 116.63º 0.67% 0.52% -
XYZ 10.11 17.61 5.25 -
YUV 97.74 97.67 93.24 -
System Red Green Blue C M Y K H S L
Decimal 49 133 44 0.63 0 0.67 0.48 116.63 0.5 0.35
Hex 31 85 2C 3F 0 43 30 75 32 23
Octal 61 205 54 77 0 103 60 165 62 43
Binary 110001 10000101 101100 111111 0 1000011 110000 1110101 110010 100011

Color Harmonies of #31852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31852C

Black with #31852C

Text Example


Text Example

White with #31852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31852C; }

 p { color: rgb(49,133,44); }

 H1.HeaderClassName
 {
   color: #31852C;
 }
 .AnyTagClassName
 {
   color: #31852C;
 }
</style>

background-color css

<style>
 a { background-color: #31852C; }

 a { background-color: rgb(49,133,44); }

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

border-color css

<style>
 span { border-color: #31852C; }

 span { border-color: rgb(49,133,44); }

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