Html Css Color HEX #213B2C Palm Green

📋 copy color: '#213B2C'

red 33 ◦ green 59 ◦ blue 44

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

Shades of Palm Green #213B2C

Tints of Palm Green #213B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.38%

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

R = 24.26%
G = 43.38%
B = 32.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#213B2C (or 0x213B2C) is known color: Palm Green. HEX triplet: 21, 3B and 2C. RGB value is (33,59,44). Sum of RGB (Red+Green+Blue) = 33+59+44=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #213B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B2C is #DEC4D3. Grayscale: #313131. Windows color (decimal): -14599380 or 2898721. OLE color: 2898721.

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

Color convert

RGB 33 59 44 -
CMYK 0.44 0 0.25 0.77
HSL 145.38º 0.28% 0.18% -
HSV(B) 145.38º 0.44% 0.23% -
XYZ 2.65 3.63 2.94 -
YUV 49.52 124.89 116.22 -
System Red Green Blue C M Y K H S L
Decimal 33 59 44 0.44 0 0.25 0.77 145.38 0.28 0.18
Hex 21 3B 2C 2C 0 19 4D 91 1C 12
Octal 41 73 54 54 0 31 115 221 34 22
Binary 100001 111011 101100 101100 0 11001 1001101 10010001 11100 10010

Color Harmonies of #213B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B2C

Black with #213B2C

Text Example


Text Example

White with #213B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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