Html Css Color HEX #213A2C Palm Green

📋 copy color: '#213A2C'

red 33 ◦ green 58 ◦ blue 44

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

Shades of Palm Green #213A2C

Tints of Palm Green #213A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 42.96%

 BLUE value IS 44 (17.58% from 255) = 32.59%

R = 24.44%
G = 42.96%
B = 32.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.77

RGB Variations

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

Color information

#213A2C (or 0x213A2C) is known color: Palm Green. HEX triplet: 21, 3A and 2C. RGB value is (33,58,44). Sum of RGB (Red+Green+Blue) = 33+58+44=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #213A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A2C is #DEC5D3. Grayscale: #303030. Windows color (decimal): -14599636 or 2898465. OLE color: 2898465.

HSL color Cylindrical-coordinate representation of color #213A2C: hue angle of 146.4º 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 #213A2C is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 58 44 -
CMYK 0.43 0 0.24 0.77
HSL 146.4º 0.27% 0.18% -
HSV(B) 146.4º 0.43% 0.23% -
XYZ 2.59 3.53 2.93 -
YUV 48.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 33 58 44 0.43 0 0.24 0.77 146.4 0.27 0.18
Hex 21 3A 2C 2B 0 18 4D 92 1B 12
Octal 41 72 54 53 0 30 115 222 33 22
Binary 100001 111010 101100 101011 0 11000 1001101 10010010 11011 10010

Color Harmonies of #213A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A2C

Black with #213A2C

Text Example


Text Example

White with #213A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213A2C;
 }
 .AnyTagClassName
 {
   color: #213A2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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