Html Css Color HEX #142B20 Cardin Green

📋 copy color: '#142B20'

red 20 ◦ green 43 ◦ blue 32

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

Shades of Cardin Green #142B20

Tints of Cardin Green #142B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 45.26%

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

R = 21.05%
G = 45.26%
B = 33.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.83

RGB Variations

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

Color information

#142B20 (or 0x142B20) is known color: Cardin Green. HEX triplet: 14, 2B and 20. RGB value is (20,43,32). Sum of RGB (Red+Green+Blue) = 20+43+32=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #142B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B20 is #EBD4DF. Grayscale: #222222. Windows color (decimal): -15455456 or 2108180. OLE color: 2108180.

HSL color Cylindrical-coordinate representation of color #142B20: hue angle of 151.3º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #142B20 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 43 32 -
CMYK 0.53 0 0.26 0.83
HSL 151.3º 0.37% 0.12% -
HSV(B) 151.3º 0.53% 0.17% -
XYZ 1.41 1.98 1.67 -
YUV 34.87 126.38 117.39 -
System Red Green Blue C M Y K H S L
Decimal 20 43 32 0.53 0 0.26 0.83 151.3 0.37 0.12
Hex 14 2B 20 35 0 1A 53 97 25 C
Octal 24 53 40 65 0 32 123 227 45 14
Binary 10100 101011 100000 110101 0 11010 1010011 10010111 100101 1100

Color Harmonies of #142B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B20

Black with #142B20

Text Example


Text Example

White with #142B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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