Html Css Color HEX #21372E Palm Green

📋 copy color: '#21372E'

red 33 ◦ green 55 ◦ blue 46

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

Shades of Palm Green #21372E

Tints of Palm Green #21372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.33%

R = 24.63%
G = 41.04%
B = 34.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#21372E (or 0x21372E) is known color: Palm Green. HEX triplet: 21, 37 and 2E. RGB value is (33,55,46). Sum of RGB (Red+Green+Blue) = 33+55+46=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 55 (21.88% from 255 or 41.04% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 55 - color contains mainly: green. Hex color #21372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372E is #DEC8D1. Grayscale: #2F2F2F. Windows color (decimal): -14600402 or 3028769. OLE color: 3028769.

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

Color convert

RGB 33 55 46 -
CMYK 0.4 0 0.16 0.78
HSL 155.45º 0.25% 0.17% -
HSV(B) 155.45º 0.4% 0.22% -
XYZ 2.49 3.25 3.08 -
YUV 47.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 33 55 46 0.4 0 0.16 0.78 155.45 0.25 0.17
Hex 21 37 2E 28 0 10 4E 9B 19 11
Octal 41 67 56 50 0 20 116 233 31 21
Binary 100001 110111 101110 101000 0 10000 1001110 10011011 11001 10001

Color Harmonies of #21372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21372E

Black with #21372E

Text Example


Text Example

White with #21372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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