Html Css Color HEX #142A20 Cardin Green

📋 copy color: '#142A20'

red 20 ◦ green 42 ◦ blue 32

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

Shades of Cardin Green #142A20

Tints of Cardin Green #142A20

RGB

 RED value IS 20 (8.2% from 255) = 21.28%

 GREEN value IS 42 (16.8% 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 value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#142A20 (or 0x142A20) is known color: 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

RGB 20 42 32 -
CMYK 0.52 0 0.24 0.84
HSL 152.73º 0.35% 0.12% -
HSV(B) 152.73º 0.52% 0.16% -
XYZ 1.38 1.91 1.66 -
YUV 34.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 20 42 32 0.52 0 0.24 0.84 152.73 0.35 0.12
Hex 14 2A 20 34 0 18 54 99 23 C
Octal 24 52 40 64 0 30 124 231 43 14
Binary 10100 101010 100000 110100 0 11000 1010100 10011001 100011 1100

Color Harmonies of #142A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A20

Black with #142A20

Text Example


Text Example

White with #142A20

Text Example


Text Example

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