Html Css Color HEX #142E20 Cardin Green

📋 copy color: '#142E20'

red 20 ◦ green 46 ◦ blue 32

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

Shades of Cardin Green #142E20

Tints of Cardin Green #142E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 46.94%

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

R = 20.41%
G = 46.94%
B = 32.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#142E20 (or 0x142E20) is known color: Cardin Green. HEX triplet: 14, 2E and 20. RGB value is (20,46,32). Sum of RGB (Red+Green+Blue) = 20+46+32=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 46 - color contains mainly: green. Hex color #142E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E20 is #EBD1DF. Grayscale: #242424. Windows color (decimal): -15454688 or 2108948. OLE color: 2108948.

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

Color convert

RGB 20 46 32 -
CMYK 0.57 0 0.30 0.82
HSL 147.69º 0.39% 0.13% -
HSV(B) 147.69º 0.57% 0.18% -
XYZ 1.53 2.21 1.71 -
YUV 36.63 125.39 116.14 -
System Red Green Blue C M Y K H S L
Decimal 20 46 32 0.57 0 0.30 0.82 147.69 0.39 0.13
Hex 14 2E 20 39 0 1E 52 94 27 D
Octal 24 56 40 71 0 36 122 224 47 15
Binary 10100 101110 100000 111001 0 11110 1010010 10010100 100111 1101

Color Harmonies of #142E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E20

Black with #142E20

Text Example


Text Example

White with #142E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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