#32802B

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

Shades of Japanese Laurel #32802B

Tints of Japanese Laurel #32802B

Color information

#32802B (or 0x32802B) is unknown color: approx Japanese Laurel. HEX triplet: 32, 80 and 2B. RGB value is (50,128,43). Sum of RGB (Red+Green+Blue) = 50+128+43=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #32802B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32802B is #CD7FD4. Grayscale: #5F5F5F. Windows color (decimal): -13467605 or 2850866. OLE color: 2850866.

HSL color Cylindrical-coordinate representation of color #32802B: hue angle of 115.06º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32802B is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB5012843-
CMYK0.6100.660.50
HSL115.06º49.71%33.53%-
HSV(B)115.06º66.41%50.2%-
XYZ9.4716.294.93-
YUV94.9998.6695.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 128 (50.39% from 255) = 57.92%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=22.62%
G=57.92%
B=19.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50128430.6100.660.50115.0649.7133.53
Hex32802B3D04232733222
Octal6220053750102621636242
Binary11001010000000101011111101010000101100101110011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32802B; }

 p { color: rgb(50,128,43); }

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

<style>
 a { background-color: #32802B; }

 a { background-color: rgb(50,128,43); }

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

<style>
 span { border-color: #32802B; }

 span { border-color: rgb(50,128,43); }

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