Html Css Color HEX #21392E Palm Green

📋 copy color: '#21392E'

red 33 ◦ green 57 ◦ blue 46

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

Shades of Palm Green #21392E

Tints of Palm Green #21392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.91%

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

R = 24.26%
G = 41.91%
B = 33.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#21392E (or 0x21392E) is known color: Palm Green. HEX triplet: 21, 39 and 2E. RGB value is (33,57,46). Sum of RGB (Red+Green+Blue) = 33+57+46=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #21392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392E is #DEC6D1. Grayscale: #303030. Windows color (decimal): -14599890 or 3029281. OLE color: 3029281.

HSL color Cylindrical-coordinate representation of color #21392E: hue angle of 152.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21392E is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 46 -
CMYK 0.42 0 0.19 0.78
HSL 152.5º 0.27% 0.18% -
HSV(B) 152.5º 0.42% 0.22% -
XYZ 2.58 3.45 3.11 -
YUV 48.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 33 57 46 0.42 0 0.19 0.78 152.5 0.27 0.18
Hex 21 39 2E 2A 0 13 4E 98 1B 12
Octal 41 71 56 52 0 23 116 230 33 22
Binary 100001 111001 101110 101010 0 10011 1001110 10011000 11011 10010

Color Harmonies of #21392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21392E

Black with #21392E

Text Example


Text Example

White with #21392E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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