Html Css Color HEX #21372D Palm Green

📋 copy color: '#21372D'

red 33 ◦ green 55 ◦ blue 45

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

Shades of Palm Green #21372D

Tints of Palm Green #21372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.83%

R = 24.81%
G = 41.35%
B = 33.83%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#21372D (or 0x21372D) is known color: Palm Green. HEX triplet: 21, 37 and 2D. RGB value is (33,55,45). Sum of RGB (Red+Green+Blue) = 33+55+45=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #21372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372D is #DEC8D2. Grayscale: #2F2F2F. Windows color (decimal): -14600403 or 2963233. OLE color: 2963233.

HSL color Cylindrical-coordinate representation of color #21372D: hue angle of 152.73º 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 #21372D is Cyan = 0.4, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 45 -
CMYK 0.4 0 0.18 0.78
HSL 152.73º 0.25% 0.17% -
HSV(B) 152.73º 0.4% 0.22% -
XYZ 2.47 3.25 2.98 -
YUV 47.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 33 55 45 0.4 0 0.18 0.78 152.73 0.25 0.17
Hex 21 37 2D 28 0 12 4E 99 19 11
Octal 41 67 55 50 0 22 116 231 31 21
Binary 100001 110111 101101 101000 0 10010 1001110 10011001 11001 10001

Color Harmonies of #21372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21372D

Black with #21372D

Text Example


Text Example

White with #21372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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