Html Css Color HEX #142720 Cardin Green

📋 copy color: '#142720'

red 20 ◦ green 39 ◦ blue 32

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

Shades of Cardin Green #142720

Tints of Cardin Green #142720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 42.86%

 BLUE value IS 32 (12.89% from 255) = 35.16%

R = 21.98%
G = 42.86%
B = 35.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#142720 (or 0x142720) is known color: Cardin Green. HEX triplet: 14, 27 and 20. RGB value is (20,39,32). Sum of RGB (Red+Green+Blue) = 20+39+32=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 39 - color contains mainly: green. Hex color #142720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142720 is #EBD8DF. Grayscale: #202020. Windows color (decimal): -15456480 or 2107156. OLE color: 2107156.

HSL color Cylindrical-coordinate representation of color #142720: hue angle of 157.89º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142720 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 32 -
CMYK 0.49 0 0.18 0.85
HSL 157.89º 0.32% 0.12% -
HSV(B) 157.89º 0.49% 0.15% -
XYZ 1.27 1.7 1.63 -
YUV 32.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 20 39 32 0.49 0 0.18 0.85 157.89 0.32 0.12
Hex 14 27 20 31 0 12 55 9E 20 C
Octal 24 47 40 61 0 22 125 236 40 14
Binary 10100 100111 100000 110001 0 10010 1010101 10011110 100000 1100

Color Harmonies of #142720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142720

Black with #142720

Text Example


Text Example

White with #142720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142720; }

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

 H1.HeaderClassName
 {
   color: #142720;
 }
 .AnyTagClassName
 {
   color: #142720;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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