#213930

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

Shades of Palm Green #213930

Tints of Palm Green #213930

Color information

#213930 (or 0x213930) is unknown color: approx Palm Green. HEX triplet: 21, 39 and 30. RGB value is (33,57,48). Sum of RGB (Red+Green+Blue) = 33+57+48=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 57 - color contains mainly: green. Hex color #213930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213930 is #DEC6CF. Grayscale: #303030. Windows color (decimal): -14599888 or 3160353. OLE color: 3160353.

HSL color Cylindrical-coordinate representation of color #213930: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213930 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB335748-
CMYK0.4200.160.78
HSL157.5º26.67%17.65%-
HSV(B)157.5º42.11%22.35%-
XYZ2.623.463.33-
YUV48.8127.55116.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=23.91%
G=41.30%
B=34.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3357480.4200.160.78157.526.6717.65
Hex2139302A0104E9e1b12
Octal417160520201162363322
Binary1000011110011100001010100100001001110100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213930; }

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

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

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

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

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

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

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

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