#213D30

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

Shades of Palm Green #213D30

Tints of Palm Green #213D30

Color information

#213D30 (or 0x213D30) is unknown color: approx Palm Green. HEX triplet: 21, 3D and 30. RGB value is (33,61,48). Sum of RGB (Red+Green+Blue) = 33+61+48=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 61 - color contains mainly: green. Hex color #213D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D30 is #DEC2CF. Grayscale: #333333. Windows color (decimal): -14598864 or 3161377. OLE color: 3161377.

HSL color Cylindrical-coordinate representation of color #213D30: hue angle of 152.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D30 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB336148-
CMYK0.4600.210.76
HSL152.14º29.79%18.43%-
HSV(B)152.14º45.9%23.92%-
XYZ2.833.873.39-
YUV51.15126.22115.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 61 (24.22% from 255) = 42.96%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=23.24%
G=42.96%
B=33.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3361480.4600.210.76152.1429.7918.43
Hex213D302E0154C981e12
Octal417560560251142303622
Binary1000011111011100001011100101011001100100110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,48); }

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

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

 a { background-color: rgb(33,61,48); }

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

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

 span { border-color: rgb(33,61,48); }

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