#21342A

Color #21342A Palm Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Green #21342A

Tints of Palm Green #21342A

Color information

#21342A (or 0x21342A) is unknown color: approx Palm Green. HEX triplet: 21, 34 and 2A. RGB value is (33,52,42). Sum of RGB (Red+Green+Blue) = 33+52+42=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #21342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21342A is #DECBD5. Grayscale: #2D2D2D. Windows color (decimal): -14601174 or 2765857. OLE color: 2765857.

HSL color Cylindrical-coordinate representation of color #21342A: hue angle of 148.42º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #21342A is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB335242-
CMYK0.3700.190.80
HSL148.42º22.35%16.67%-
HSV(B)148.42º36.54%20.39%-
XYZ2.272.952.64-
YUV45.18126.21119.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=25.98%
G=40.94%
B=33.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352420.3700.190.80148.4222.3516.67
Hex21342A2501350941611
Octal416452450231202242621
Binary1000011101001010101001010100111010000100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21342A;
 }
 .AnyTagClassName
 {
   color: #21342A;
 }
</style>
background-color css

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

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

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

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

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

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