#14211A

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

Shades of Cardin Green #14211A

Tints of Cardin Green #14211A

Color information

#14211A (or 0x14211A) is unknown color: approx Cardin Green. HEX triplet: 14, 21 and 1A. RGB value is (20,33,26). Sum of RGB (Red+Green+Blue) = 20+33+26=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #14211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14211A is #EBDEE5. Grayscale: #1C1C1C. Windows color (decimal): -15458022 or 1712404. OLE color: 1712404.

HSL color Cylindrical-coordinate representation of color #14211A: hue angle of 147.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #14211A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB203326-
CMYK0.3900.210.87
HSL147.69º24.53%10.39%-
HSV(B)147.69º39.39%12.94%-
XYZ1.021.311.18-
YUV28.32126.69122.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.32%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=25.32%
G=41.77%
B=32.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033260.3900.210.87147.6924.5310.39
Hex14211A27015579419a
Octal244132470251272243112
Binary1010010000111010100111010101101011110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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