#1A2B21

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

Shades of Cardin Green #1A2B21

Tints of Cardin Green #1A2B21

Color information

#1A2B21 (or 0x1A2B21) is unknown color: approx Cardin Green. HEX triplet: 1A, 2B and 21. RGB value is (26,43,33). Sum of RGB (Red+Green+Blue) = 26+43+33=102 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.49% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 43 - color contains mainly: green. Hex color #1A2B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2B21 is #E5D4DE. Grayscale: #242424. Windows color (decimal): -15062239 or 2173722. OLE color: 2173722.

HSL color Cylindrical-coordinate representation of color #1A2B21: hue angle of 144.71º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A2B21 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.83.

Color convert

RGB264333-
CMYK0.4000.230.83
HSL144.71º24.64%13.53%-
HSV(B)144.71º39.53%16.86%-
XYZ1.562.061.75-
YUV36.78125.87120.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 25.49%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 33 (13.28% from 255) = 32.35%
R=25.49%
G=42.16%
B=32.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2643330.4000.230.83144.7124.6413.53
Hex1A2B2128017539119e
Octal325341500271232213116
Binary11010101011100001101000010111101001110010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2B21; }

 p { color: rgb(26,43,33); }

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

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

 a { background-color: rgb(26,43,33); }

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

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

 span { border-color: rgb(26,43,33); }

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