Html Css Color HEX #142019 Cardin Green

📋 copy color: '#142019'

red 20 ◦ green 32 ◦ blue 25

#142019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardin Green #142019

Tints of Cardin Green #142019

RGB

 RED value IS 20 (8.2% 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 value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#142019 (or 0x142019) is known color: 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

RGB 20 32 25 -
CMYK 0.37 0 0.22 0.87
HSL 145º 0.23% 0.1% -
HSV(B) 145º 0.38% 0.13% -
XYZ 0.98 1.25 1.11 -
YUV 27.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 20 32 25 0.37 0 0.22 0.87 145 0.23 0.1
Hex 14 20 19 25 0 16 57 91 17 A
Octal 24 40 31 45 0 26 127 221 27 12
Binary 10100 100000 11001 100101 0 10110 1010111 10010001 10111 1010

Color Harmonies of #142019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142019

Black with #142019

Text Example


Text Example

White with #142019

Text Example


Text Example

HTML Codes & Css Web 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>