Html Css Color HEX #31872E Japanese Laurel

📋 copy color: '#31872E'

red 49 ◦ green 135 ◦ blue 46

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

Shades of Japanese Laurel #31872E

Tints of Japanese Laurel #31872E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.7%

 BLUE value IS 46 (18.36% from 255) = 20%

R = 21.3%
G = 58.7%
B = 20%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#31872E (or 0x31872E) is known color: Japanese Laurel. HEX triplet: 31, 87 and 2E. RGB value is (49,135,46). Sum of RGB (Red+Green+Blue) = 49+135+46=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #31872E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31872E is #CE78D1. Grayscale: #636363. Windows color (decimal): -13531346 or 3049265. OLE color: 3049265.

HSL color Cylindrical-coordinate representation of color #31872E: hue angle of 117.98º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31872E is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 46 -
CMYK 0.64 0 0.66 0.47
HSL 117.98º 0.49% 0.35% -
HSV(B) 117.98º 0.66% 0.53% -
XYZ 10.42 18.18 5.54 -
YUV 99.14 98.01 92.24 -
System Red Green Blue C M Y K H S L
Decimal 49 135 46 0.64 0 0.66 0.47 117.98 0.49 0.35
Hex 31 87 2E 40 0 42 2F 76 31 23
Octal 61 207 56 100 0 102 57 166 61 43
Binary 110001 10000111 101110 1000000 0 1000010 101111 1110110 110001 100011

Color Harmonies of #31872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31872E

Black with #31872E

Text Example


Text Example

White with #31872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31872E; }

 p { color: rgb(49,135,46); }

 H1.HeaderClassName
 {
   color: #31872E;
 }
 .AnyTagClassName
 {
   color: #31872E;
 }
</style>

background-color css

<style>
 a { background-color: #31872E; }

 a { background-color: rgb(49,135,46); }

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

border-color css

<style>
 span { border-color: #31872E; }

 span { border-color: rgb(49,135,46); }

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