Html Css Color HEX #143428 Cardin Green

📋 copy color: '#143428'

red 20 ◦ green 52 ◦ blue 40

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

Shades of Cardin Green #143428

Tints of Cardin Green #143428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 46.43%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 17.86%
G = 46.43%
B = 35.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#143428 (or 0x143428) is known color: Cardin Green. HEX triplet: 14, 34 and 28. RGB value is (20,52,40). Sum of RGB (Red+Green+Blue) = 20+52+40=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #143428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143428 is #EBCBD7. Grayscale: #292929. Windows color (decimal): -15453144 or 2634772. OLE color: 2634772.

HSL color Cylindrical-coordinate representation of color #143428: hue angle of 157.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143428 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 52 40 -
CMYK 0.62 0 0.23 0.80
HSL 157.5º 0.44% 0.14% -
HSV(B) 157.5º 0.62% 0.2% -
XYZ 1.9 2.76 2.44 -
YUV 41.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 20 52 40 0.62 0 0.23 0.80 157.5 0.44 0.14
Hex 14 34 28 3E 0 17 50 9E 2C E
Octal 24 64 50 76 0 27 120 236 54 16
Binary 10100 110100 101000 111110 0 10111 1010000 10011110 101100 1110

Color Harmonies of #143428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143428

Black with #143428

Text Example


Text Example

White with #143428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143428; }

 p { color: rgb(20,52,40); }

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

background-color css

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

 a { background-color: rgb(20,52,40); }

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

border-color css

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

 span { border-color: rgb(20,52,40); }

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