Html Css Color HEX #21372C Palm Green

📋 copy color: '#21372C'

red 33 ◦ green 55 ◦ blue 44

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

Shades of Palm Green #21372C

Tints of Palm Green #21372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 41.67%

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

R = 25%
G = 41.67%
B = 33.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#21372C (or 0x21372C) is known color: Palm Green. HEX triplet: 21, 37 and 2C. RGB value is (33,55,44). Sum of RGB (Red+Green+Blue) = 33+55+44=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 44 (17.58% from 255 or 33.33% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #21372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372C is #DEC8D3. Grayscale: #2F2F2F. Windows color (decimal): -14600404 or 2897697. OLE color: 2897697.

HSL color Cylindrical-coordinate representation of color #21372C: hue angle of 150º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21372C is Cyan = 0.4, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 44 -
CMYK 0.4 0 0.2 0.78
HSL 150º 0.25% 0.17% -
HSV(B) 150º 0.4% 0.22% -
XYZ 2.45 3.24 2.88 -
YUV 47.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 33 55 44 0.4 0 0.2 0.78 150 0.25 0.17
Hex 21 37 2C 28 0 14 4E 96 19 11
Octal 41 67 54 50 0 24 116 226 31 21
Binary 100001 110111 101100 101000 0 10100 1001110 10010110 11001 10001

Color Harmonies of #21372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21372C

Black with #21372C

Text Example


Text Example

White with #21372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21372C; }

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

 H1.HeaderClassName
 {
   color: #21372C;
 }
 .AnyTagClassName
 {
   color: #21372C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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