#213229

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

Shades of Cardin Green #213229

Tints of Cardin Green #213229

Color information

#213229 (or 0x213229) is unknown color: approx Cardin Green. HEX triplet: 21, 32 and 29. RGB value is (33,50,41). Sum of RGB (Red+Green+Blue) = 33+50+41=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #213229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213229 is #DECDD6. Grayscale: #2B2B2B. Windows color (decimal): -14601687 or 2699809. OLE color: 2699809.

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

Color convert

RGB335041-
CMYK0.3400.180.80
HSL148.24º20.48%16.27%-
HSV(B)148.24º34%19.61%-
XYZ2.172.762.52-
YUV43.89126.37120.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=26.61%
G=40.32%
B=33.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350410.3400.180.80148.2420.4816.27
Hex2132292201250941410
Octal416251420221202242420
Binary1000011100101010011000100100101010000100101001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213229; }

 p { color: rgb(33,50,41); }

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

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

 a { background-color: rgb(33,50,41); }

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

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

 span { border-color: rgb(33,50,41); }

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