#142A20

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

Shades of Cardin Green #142A20

Tints of Cardin Green #142A20

Color information

#142A20 (or 0x142A20) is unknown color: approx Cardin Green. HEX triplet: 14, 2A and 20. RGB value is (20,42,32). Sum of RGB (Red+Green+Blue) = 20+42+32=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #142A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142A20 is #EBD5DF. Grayscale: #222222. Windows color (decimal): -15455712 or 2107924. OLE color: 2107924.

HSL color Cylindrical-coordinate representation of color #142A20: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #142A20 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB204232-
CMYK0.5200.240.84
HSL152.73º35.48%12.16%-
HSV(B)152.73º52.38%16.47%-
XYZ1.381.911.66-
YUV34.28126.71117.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 42 (16.80% from 255) = 44.68%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=21.28%
G=44.68%
B=34.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2042320.5200.240.84152.7335.4812.16
Hex142A2034018549923c
Octal245240640301242314314
Binary101001010101000001101000110001010100100110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142A20; }

 p { color: rgb(20,42,32); }

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

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

 a { background-color: rgb(20,42,32); }

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

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

 span { border-color: rgb(20,42,32); }

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