#32882F

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

Shades of Japanese Laurel #32882F

Tints of Japanese Laurel #32882F

Color information

#32882F (or 0x32882F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 2F. RGB value is (50,136,47). Sum of RGB (Red+Green+Blue) = 50+136+47=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #32882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32882F is #CD77D0. Grayscale: #646464. Windows color (decimal): -13465553 or 3115058. OLE color: 3115058.

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

Color convert

RGB5013647-
CMYK0.6300.650.47
HSL117.98º48.63%35.88%-
HSV(B)117.98º65.44%53.33%-
XYZ10.6318.495.7-
YUV100.1498.0192.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 136 (53.52% from 255) = 58.37%
BLUE value IS 47 (18.75% from 255) = 20.17%
R=21.46%
G=58.37%
B=20.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136470.6300.650.47117.9848.6335.88
Hex32882F3F0412F763124
Octal6221057770101571666144
Binary11001010001000101111111111010000011011111110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32882F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,136,47); }

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

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

 a { background-color: rgb(50,136,47); }

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

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

 span { border-color: rgb(50,136,47); }

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