#213A2D

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

Shades of Palm Green #213A2D

Tints of Palm Green #213A2D

Color information

#213A2D (or 0x213A2D) is unknown color: approx Palm Green. HEX triplet: 21, 3A and 2D. RGB value is (33,58,45). Sum of RGB (Red+Green+Blue) = 33+58+45=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 58 (23.05% from 255 or 42.65% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 58 - color contains mainly: green. Hex color #213A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A2D is #DEC5D2. Grayscale: #313131. Windows color (decimal): -14599635 or 2964001. OLE color: 2964001.

HSL color Cylindrical-coordinate representation of color #213A2D: hue angle of 148.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A2D is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB335845-
CMYK0.4300.220.77
HSL148.8º27.47%17.84%-
HSV(B)148.8º43.1%22.75%-
XYZ2.613.543.03-
YUV49.04125.72116.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 58 (23.05% from 255) = 42.65%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=24.26%
G=42.65%
B=33.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3358450.4300.220.77148.827.4717.84
Hex213A2D2B0164D951b12
Octal417255530261152253322
Binary1000011110101011011010110101101001101100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213A2D; }

 p { color: rgb(33,58,45); }

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

<style>
 a { background-color: #213A2D; }

 a { background-color: rgb(33,58,45); }

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

<style>
 span { border-color: #213A2D; }

 span { border-color: rgb(33,58,45); }

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