#142821

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

Shades of Cardin Green #142821

Tints of Cardin Green #142821

Color information

#142821 (or 0x142821) is unknown color: approx Cardin Green. HEX triplet: 14, 28 and 21. RGB value is (20,40,33). Sum of RGB (Red+Green+Blue) = 20+40+33=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #142821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142821 is #EBD7DE. Grayscale: #212121. Windows color (decimal): -15456223 or 2172948. OLE color: 2172948.

HSL color Cylindrical-coordinate representation of color #142821: hue angle of 159º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #142821 is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB204033-
CMYK0.500.170.84
HSL159º33.33%11.76%-
HSV(B)159º50%15.69%-
XYZ1.321.781.71-
YUV33.22127.87118.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=21.51%
G=43.01%
B=35.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2040330.500.170.8415933.3311.76
Hex14282132011549f21c
Octal245041620211242374114
Binary101001010001000011100100100011010100100111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142821; }

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

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

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

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

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

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

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

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