Html Css Color HEX #213930 Palm Green

📋 copy color: '#213930'

red 33 ◦ green 57 ◦ blue 48

#213930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Green #213930

Tints of Palm Green #213930

RGB

 RED value IS 33 (13.28% from 255) = 23.91%

 GREEN value IS 57 (22.66% from 255) = 41.3%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 23.91%
G = 41.3%
B = 34.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#213930 (or 0x213930) is known color: 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

RGB 33 57 48 -
CMYK 0.42 0 0.16 0.78
HSL 157.5º 0.27% 0.18% -
HSV(B) 157.5º 0.42% 0.22% -
XYZ 2.62 3.46 3.33 -
YUV 48.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 33 57 48 0.42 0 0.16 0.78 157.5 0.27 0.18
Hex 21 39 30 2A 0 10 4E 9E 1B 12
Octal 41 71 60 52 0 20 116 236 33 22
Binary 100001 111001 110000 101010 0 10000 1001110 10011110 11011 10010

Color Harmonies of #213930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213930

Black with #213930

Text Example


Text Example

White with #213930

Text Example


Text Example

HTML Codes & Css Web 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>