#218232

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

Shades of Japanese Laurel #218232

Tints of Japanese Laurel #218232

Color information

#218232 (or 0x218232) is unknown color: approx Japanese Laurel. HEX triplet: 21, 82 and 32. RGB value is (33,130,50). Sum of RGB (Red+Green+Blue) = 33+130+50=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #218232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218232 is #DE7DCD. Grayscale: #5C5C5C. Windows color (decimal): -14581198 or 3310113. OLE color: 3310113.

HSL color Cylindrical-coordinate representation of color #218232: hue angle of 130.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218232 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB3313050-
CMYK0.7500.620.49
HSL130.52º59.51%31.96%-
HSV(B)130.52º74.62%50.98%-
XYZ9.1916.525.72-
YUV91.88104.3686-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=15.49%
G=61.03%
B=23.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33130500.7500.620.49130.5259.5131.96
Hex2182324B03E31833c20
Octal4120262113076612037440
Binary100001100000101100101001011011111011000110000011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218232; }

 p { color: rgb(33,130,50); }

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

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

 a { background-color: rgb(33,130,50); }

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

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

 span { border-color: rgb(33,130,50); }

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