Html Css Color HEX #143020 Cardin Green

📋 copy color: '#143020'

red 20 ◦ green 48 ◦ blue 32

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

Shades of Cardin Green #143020

Tints of Cardin Green #143020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 48%

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

R = 20%
G = 48%
B = 32%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#143020 (or 0x143020) is known color: Cardin Green. HEX triplet: 14, 30 and 20. RGB value is (20,48,32). Sum of RGB (Red+Green+Blue) = 20+48+32=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #143020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143020 is #EBCFDF. Grayscale: #252525. Windows color (decimal): -15454176 or 2109460. OLE color: 2109460.

HSL color Cylindrical-coordinate representation of color #143020: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #143020 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 48 32 -
CMYK 0.58 0 0.33 0.81
HSL 145.71º 0.41% 0.13% -
HSV(B) 145.71º 0.58% 0.19% -
XYZ 1.61 2.37 1.74 -
YUV 37.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 20 48 32 0.58 0 0.33 0.81 145.71 0.41 0.13
Hex 14 30 20 3A 0 21 51 92 29 D
Octal 24 60 40 72 0 41 121 222 51 15
Binary 10100 110000 100000 111010 0 100001 1010001 10010010 101001 1101

Color Harmonies of #143020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143020

Black with #143020

Text Example


Text Example

White with #143020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143020; }

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

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

background-color css

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

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

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

border-color css

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

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

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