Html Css Color HEX #21392D Palm Green

📋 copy color: '#21392D'

red 33 ◦ green 57 ◦ blue 45

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

Shades of Palm Green #21392D

Tints of Palm Green #21392D

RGB

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

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

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

R = 24.44%
G = 42.22%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#21392D (or 0x21392D) is known color: Palm Green. HEX triplet: 21, 39 and 2D. RGB value is (33,57,45). Sum of RGB (Red+Green+Blue) = 33+57+45=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #21392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21392D is #DEC6D2. Grayscale: #303030. Windows color (decimal): -14599891 or 2963745. OLE color: 2963745.

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

Color convert

RGB 33 57 45 -
CMYK 0.42 0 0.21 0.78
HSL 150º 0.27% 0.18% -
HSV(B) 150º 0.42% 0.22% -
XYZ 2.56 3.44 3.01 -
YUV 48.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 33 57 45 0.42 0 0.21 0.78 150 0.27 0.18
Hex 21 39 2D 2A 0 15 4E 96 1B 12
Octal 41 71 55 52 0 25 116 226 33 22
Binary 100001 111001 101101 101010 0 10101 1001110 10010110 11011 10010

Color Harmonies of #21392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21392D

Black with #21392D

Text Example


Text Example

White with #21392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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