#217F2F

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

Shades of Japanese Laurel #217F2F

Tints of Japanese Laurel #217F2F

Color information

#217F2F (or 0x217F2F) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7F and 2F. RGB value is (33,127,47). Sum of RGB (Red+Green+Blue) = 33+127+47=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #217F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217F2F is #DE80D0. Grayscale: #5A5A5A. Windows color (decimal): -14581969 or 3112737. OLE color: 3112737.

HSL color Cylindrical-coordinate representation of color #217F2F: hue angle of 128.94º 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 #217F2F is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB3312747-
CMYK0.7400.630.50
HSL128.94º58.75%31.37%-
HSV(B)128.94º74.02%49.8%-
XYZ8.7315.715.26-
YUV89.77103.8687.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 127 (50% from 255) = 61.35%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=15.94%
G=61.35%
B=22.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33127470.7400.630.50128.9458.7531.37
Hex217F2F4A03F32813b1f
Octal4117757112077622017337
Binary1000011111111101111100101001111111100101000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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