#213129

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

Shades of Cardin Green #213129

Tints of Cardin Green #213129

Color information

#213129 (or 0x213129) is unknown color: approx Cardin Green. HEX triplet: 21, 31 and 29. RGB value is (33,49,41). Sum of RGB (Red+Green+Blue) = 33+49+41=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #213129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213129 is #DECED6. Grayscale: #2B2B2B. Windows color (decimal): -14601943 or 2699553. OLE color: 2699553.

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

Color convert

RGB334941-
CMYK0.3300.160.81
HSL150º19.51%16.08%-
HSV(B)150º32.65%19.22%-
XYZ2.132.682.5-
YUV43.3126.7120.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 49 (19.53% from 255) = 39.84%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=26.83%
G=39.84%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349410.3300.160.8115019.5116.08
Hex2131292101051961410
Octal416151410201212262420
Binary1000011100011010011000010100001010001100101101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213129; }

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

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

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

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

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

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

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

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