Html Css Color HEX #21372B Palm Green

📋 copy color: '#21372B'

red 33 ◦ green 55 ◦ blue 43

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

Shades of Palm Green #21372B

Tints of Palm Green #21372B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 25.19%
G = 41.98%
B = 32.82%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#21372B (or 0x21372B) is known color: Palm Green. HEX triplet: 21, 37 and 2B. RGB value is (33,55,43). Sum of RGB (Red+Green+Blue) = 33+55+43=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 55 (21.88% from 255 or 41.98% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 55 - color contains mainly: green. Hex color #21372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21372B is #DEC8D4. Grayscale: #2F2F2F. Windows color (decimal): -14600405 or 2832161. OLE color: 2832161.

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

Color convert

RGB 33 55 43 -
CMYK 0.4 0 0.22 0.78
HSL 147.27º 0.25% 0.17% -
HSV(B) 147.27º 0.4% 0.22% -
XYZ 2.43 3.23 2.78 -
YUV 47.05 125.71 117.98 -
System Red Green Blue C M Y K H S L
Decimal 33 55 43 0.4 0 0.22 0.78 147.27 0.25 0.17
Hex 21 37 2B 28 0 16 4E 93 19 11
Octal 41 67 53 50 0 26 116 223 31 21
Binary 100001 110111 101011 101000 0 10110 1001110 10010011 11001 10001

Color Harmonies of #21372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21372B

Black with #21372B

Text Example


Text Example

White with #21372B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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