#21362E

Color #21362E Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #21362E

Tints of Palm Green #21362E

Color information

#21362E (or 0x21362E) is unknown color: approx Palm Green. HEX triplet: 21, 36 and 2E. RGB value is (33,54,46). Sum of RGB (Red+Green+Blue) = 33+54+46=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #21362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21362E is #DEC9D1. Grayscale: #2E2E2E. Windows color (decimal): -14600658 or 3028513. OLE color: 3028513.

HSL color Cylindrical-coordinate representation of color #21362E: hue angle of 157.14º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #21362E is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB335446-
CMYK0.3900.150.79
HSL157.14º24.14%17.06%-
HSV(B)157.14º38.89%21.18%-
XYZ2.443.163.07-
YUV46.81127.54118.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=24.81%
G=40.60%
B=34.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3354460.3900.150.79157.1424.1417.06
Hex21362E270F4F9d1811
Octal416656470171172353021
Binary100001110110101110100111011111001111100111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21362E; }

 p { color: rgb(33,54,46); }

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

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

 a { background-color: rgb(33,54,46); }

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

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

 span { border-color: rgb(33,54,46); }

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