Html Css Color HEX #14392C Cardin Green

📋 copy color: '#14392C'

red 20 ◦ green 57 ◦ blue 44

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

Shades of Cardin Green #14392C

Tints of Cardin Green #14392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.36%

R = 16.53%
G = 47.11%
B = 36.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#14392C (or 0x14392C) is known color: Cardin Green. HEX triplet: 14, 39 and 2C. RGB value is (20,57,44). Sum of RGB (Red+Green+Blue) = 20+57+44=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 57 - color contains mainly: green. Hex color #14392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14392C is #EBC6D3. Grayscale: #2C2C2C. Windows color (decimal): -15451860 or 2898196. OLE color: 2898196.

HSL color Cylindrical-coordinate representation of color #14392C: hue angle of 158.92º 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 #14392C is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 57 44 -
CMYK 0.65 0 0.23 0.78
HSL 158.92º 0.48% 0.15% -
HSV(B) 158.92º 0.65% 0.22% -
XYZ 2.21 3.26 2.9 -
YUV 44.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 20 57 44 0.65 0 0.23 0.78 158.92 0.48 0.15
Hex 14 39 2C 41 0 17 4E 9F 30 F
Octal 24 71 54 101 0 27 116 237 60 17
Binary 10100 111001 101100 1000001 0 10111 1001110 10011111 110000 1111

Color Harmonies of #14392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14392C

Black with #14392C

Text Example


Text Example

White with #14392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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