#217F33

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

Shades of Japanese Laurel #217F33

Tints of Japanese Laurel #217F33

Color information

#217F33 (or 0x217F33) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7F and 33. RGB value is (33,127,51). Sum of RGB (Red+Green+Blue) = 33+127+51=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #217F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F33 is #DE80CC. Grayscale: #5A5A5A. Windows color (decimal): -14581965 or 3374881. OLE color: 3374881.

HSL color Cylindrical-coordinate representation of color #217F33: hue angle of 131.49º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F33 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB3312751-
CMYK0.7400.600.50
HSL131.49º58.75%31.37%-
HSV(B)131.49º74.02%49.8%-
XYZ8.8115.745.71-
YUV90.23105.8687.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 127 (50% from 255) = 60.19%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=15.64%
G=60.19%
B=24.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33127510.7400.600.50131.4958.7531.37
Hex217F334A03C32833b1f
Octal4117763112074622037337
Binary1000011111111110011100101001111001100101000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217F33; }

 p { color: rgb(33,127,51); }

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

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

 a { background-color: rgb(33,127,51); }

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

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

 span { border-color: rgb(33,127,51); }

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