#142D24

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

Shades of Cardin Green #142D24

Tints of Cardin Green #142D24

Color information

#142D24 (or 0x142D24) is unknown color: approx Cardin Green. HEX triplet: 14, 2D and 24. RGB value is (20,45,36). Sum of RGB (Red+Green+Blue) = 20+45+36=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #142D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142D24 is #EBD2DB. Grayscale: #242424. Windows color (decimal): -15454940 or 2370836. OLE color: 2370836.

HSL color Cylindrical-coordinate representation of color #142D24: hue angle of 158.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #142D24 is Cyan = 0.56, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.

Color convert

RGB204536-
CMYK0.5600.20.82
HSL158.4º38.46%12.75%-
HSV(B)158.4º55.56%17.65%-
XYZ1.552.152-
YUV36.5127.72116.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 45 (17.97% from 255) = 44.55%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=19.80%
G=44.55%
B=35.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2045360.5600.20.82158.438.4612.75
Hex142D2438014529e26d
Octal245544700241222364615
Binary101001011011001001110000101001010010100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,45,36); }

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

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

 a { background-color: rgb(20,45,36); }

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

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

 span { border-color: rgb(20,45,36); }

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