#142019

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

Shades of Cardin Green #142019

Tints of Cardin Green #142019

Color information

#142019 (or 0x142019) is unknown color: approx Cardin Green. HEX triplet: 14, 20 and 19. RGB value is (20,32,25). Sum of RGB (Red+Green+Blue) = 20+32+25=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #142019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142019 is #EBDFE6. Grayscale: #1B1B1B. Windows color (decimal): -15458279 or 1646612. OLE color: 1646612.

HSL color Cylindrical-coordinate representation of color #142019: hue angle of 145º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #142019 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB203225-
CMYK0.3700.220.87
HSL145º23.08%10.2%-
HSV(B)145º37.5%12.55%-
XYZ0.981.251.11-
YUV27.61126.52122.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 32 (12.89% from 255) = 41.56%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=25.97%
G=41.56%
B=32.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032250.3700.220.8714523.0810.2
Hex14201925016579117a
Octal244031450261272212712
Binary1010010000011001100101010110101011110010001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142019; }

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

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

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

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

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

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

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

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