Html Css Color HEX #21332A Palm Green

📋 copy color: '#21332A'

red 33 ◦ green 51 ◦ blue 42

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

Shades of Palm Green #21332A

Tints of Palm Green #21332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 26.19%
G = 40.48%
B = 33.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#21332A (or 0x21332A) is known color: Palm Green. HEX triplet: 21, 33 and 2A. RGB value is (33,51,42). Sum of RGB (Red+Green+Blue) = 33+51+42=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #21332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21332A is #DECCD5. Grayscale: #2C2C2C. Windows color (decimal): -14601430 or 2765601. OLE color: 2765601.

HSL color Cylindrical-coordinate representation of color #21332A: hue angle of 150º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #21332A is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 42 -
CMYK 0.35 0 0.18 0.8
HSL 150º 0.21% 0.16% -
HSV(B) 150º 0.35% 0.2% -
XYZ 2.23 2.86 2.62 -
YUV 44.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 33 51 42 0.35 0 0.18 0.8 150 0.21 0.16
Hex 21 33 2A 23 0 12 50 96 15 10
Octal 41 63 52 43 0 22 120 226 25 20
Binary 100001 110011 101010 100011 0 10010 1010000 10010110 10101 10000

Color Harmonies of #21332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21332A

Black with #21332A

Text Example


Text Example

White with #21332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21332A; }

 p { color: rgb(33,51,42); }

 H1.HeaderClassName
 {
   color: #21332A;
 }
 .AnyTagClassName
 {
   color: #21332A;
 }
</style>

background-color css

<style>
 a { background-color: #21332A; }

 a { background-color: rgb(33,51,42); }

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

border-color css

<style>
 span { border-color: #21332A; }

 span { border-color: rgb(33,51,42); }

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