#31842F

Color #31842F Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #31842F

Tints of Japanese Laurel #31842F

Color information

#31842F (or 0x31842F) is unknown color: approx Japanese Laurel. HEX triplet: 31, 84 and 2F. RGB value is (49,132,47). Sum of RGB (Red+Green+Blue) = 49+132+47=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #31842F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31842F is #CE7BD0. Grayscale: #616161. Windows color (decimal): -13532113 or 3114033. OLE color: 3114033.

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

Color convert

RGB4913247-
CMYK0.6300.640.48
HSL118.59º47.49%35.1%-
HSV(B)118.59º64.39%51.76%-
XYZ10.0317.365.51-
YUV97.4999.593.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 132 (51.95% from 255) = 57.89%
BLUE value IS 47 (18.75% from 255) = 20.61%
R=21.49%
G=57.89%
B=20.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49132470.6300.640.48118.5947.4935.1
Hex31842F3F04030772f23
Octal6120457770100601675743
Binary11000110000100101111111111010000001100001110111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31842F;
 }
 .AnyTagClassName
 {
   color: #31842F;
 }
</style>
background-color css

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

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

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

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

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

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