#212A26

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

Shades of Cardin Green #212A26

Tints of Cardin Green #212A26

Color information

#212A26 (or 0x212A26) is unknown color: approx Cardin Green. HEX triplet: 21, 2A and 26. RGB value is (33,42,38). Sum of RGB (Red+Green+Blue) = 33+42+38=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 42 - color contains mainly: green. Hex color #212A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A26 is #DED5D9. Grayscale: #262626. Windows color (decimal): -14603738 or 2501153. OLE color: 2501153.

HSL color Cylindrical-coordinate representation of color #212A26: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A26 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB334238-
CMYK0.2100.100.84
HSL153.33º12%14.71%-
HSV(B)153.33º21.43%16.47%-
XYZ1.812.122.15-
YUV38.85127.52123.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=29.20%
G=37.17%
B=33.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3342380.2100.100.84153.331214.71
Hex212A26150A5499cf
Octal415246250121242311417
Binary100001101010100110101010101010101001001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212A26; }

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

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

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

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

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

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

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

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