Html Css Color HEX #14392A Cardin Green

📋 copy color: '#14392A'

red 20 ◦ green 57 ◦ blue 42

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

Shades of Cardin Green #14392A

Tints of Cardin Green #14392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 47.9%

 BLUE value IS 42 (16.8% from 255) = 35.29%

R = 16.81%
G = 47.9%
B = 35.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#14392A (or 0x14392A) is known color: Cardin Green. HEX triplet: 14, 39 and 2A. RGB value is (20,57,42). Sum of RGB (Red+Green+Blue) = 20+57+42=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #14392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392A is #EBC6D5. Grayscale: #2C2C2C. Windows color (decimal): -15451862 or 2767124. OLE color: 2767124.

HSL color Cylindrical-coordinate representation of color #14392A: hue angle of 155.68º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14392A is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 57 42 -
CMYK 0.65 0 0.26 0.78
HSL 155.68º 0.48% 0.15% -
HSV(B) 155.68º 0.65% 0.22% -
XYZ 2.17 3.24 2.7 -
YUV 44.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 20 57 42 0.65 0 0.26 0.78 155.68 0.48 0.15
Hex 14 39 2A 41 0 1A 4E 9C 30 F
Octal 24 71 52 101 0 32 116 234 60 17
Binary 10100 111001 101010 1000001 0 11010 1001110 10011100 110000 1111

Color Harmonies of #14392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14392A

Black with #14392A

Text Example


Text Example

White with #14392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14392A; }

 p { color: rgb(20,57,42); }

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

background-color css

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

 a { background-color: rgb(20,57,42); }

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

border-color css

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

 span { border-color: rgb(20,57,42); }

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