#21312A

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

Shades of Cardin Green #21312A

Tints of Cardin Green #21312A

Color information

#21312A (or 0x21312A) is unknown color: approx Cardin Green. HEX triplet: 21, 31 and 2A. RGB value is (33,49,42). Sum of RGB (Red+Green+Blue) = 33+49+42=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 49 - color contains mainly: green. Hex color #21312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21312A is #DECED5. Grayscale: #2B2B2B. Windows color (decimal): -14601942 or 2765089. OLE color: 2765089.

HSL color Cylindrical-coordinate representation of color #21312A: hue angle of 153.75º 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 #21312A is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB334942-
CMYK0.3300.140.81
HSL153.75º19.51%16.08%-
HSV(B)153.75º32.65%19.22%-
XYZ2.142.692.6-
YUV43.42127.2120.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 42 (16.80% from 255) = 33.87%
R=26.61%
G=39.52%
B=33.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3349420.3300.140.81153.7519.5116.08
Hex21312A210E519a1410
Octal416152410161212322420
Binary100001110001101010100001011101010001100110101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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