#217A27

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

Shades of Japanese Laurel #217A27

Tints of Japanese Laurel #217A27

Color information

#217A27 (or 0x217A27) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7A and 27. RGB value is (33,122,39). Sum of RGB (Red+Green+Blue) = 33+122+39=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 122 (48.05% from 255 or 62.89% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 122 - color contains mainly: green. Hex color #217A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217A27 is #DE85D8. Grayscale: #565656. Windows color (decimal): -14583257 or 2587169. OLE color: 2587169.

HSL color Cylindrical-coordinate representation of color #217A27: hue angle of 124.04º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217A27 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.52.

Color convert

RGB3312239-
CMYK0.7300.680.52
HSL124.04º57.42%30.39%-
HSV(B)124.04º72.95%47.84%-
XYZ7.9514.394.28-
YUV85.93101.5190.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 122 (48.05% from 255) = 62.89%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=17.01%
G=62.89%
B=20.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33122390.7300.680.52124.0457.4230.39
Hex217A2749044347c391e
Octal41172471110104641747136
Binary1000011111010100111100100101000100110100111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,39); }

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

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

 a { background-color: rgb(33,122,39); }

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

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

 span { border-color: rgb(33,122,39); }

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