#217B2A

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

Shades of Japanese Laurel #217B2A

Tints of Japanese Laurel #217B2A

Color information

#217B2A (or 0x217B2A) is unknown color: approx Japanese Laurel. HEX triplet: 21, 7B and 2A. RGB value is (33,123,42). Sum of RGB (Red+Green+Blue) = 33+123+42=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 123 (48.44% from 255 or 62.12% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 123 - color contains mainly: green. Hex color #217B2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217B2A is #DE84D5. Grayscale: #575757. Windows color (decimal): -14582998 or 2784033. OLE color: 2784033.

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

Color convert

RGB3312342-
CMYK0.7300.660.52
HSL126º57.69%30.59%-
HSV(B)126º73.17%48.24%-
XYZ8.1314.664.59-
YUV86.86102.6889.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 123 (48.44% from 255) = 62.12%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=16.67%
G=62.12%
B=21.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33123420.7300.660.5212657.6930.59
Hex217B2A49042347e3a1f
Octal41173521110102641767237
Binary1000011111011101010100100101000010110100111111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,123,42); }

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

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

 a { background-color: rgb(33,123,42); }

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

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

 span { border-color: rgb(33,123,42); }

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