Html Css Color HEX #14281C Cardin Green

📋 copy color: '#14281C'

red 20 ◦ green 40 ◦ blue 28

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

Shades of Cardin Green #14281C

Tints of Cardin Green #14281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 45.45%

 BLUE value IS 28 (11.33% from 255) = 31.82%

R = 22.73%
G = 45.45%
B = 31.82%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.30

 K value IS 0.84

RGB Variations

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

Color information

#14281C (or 0x14281C) is known color: Cardin Green. HEX triplet: 14, 28 and 1C. RGB value is (20,40,28). Sum of RGB (Red+Green+Blue) = 20+40+28=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 28 (11.33% from 255 or 31.82% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #14281C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14281C is #EBD7E3. Grayscale: #202020. Windows color (decimal): -15456228 or 1845268. OLE color: 1845268.

HSL color Cylindrical-coordinate representation of color #14281C: hue angle of 144º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14281C is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 40 28 -
CMYK 0.5 0 0.30 0.84
HSL 144º 0.33% 0.12% -
HSV(B) 144º 0.5% 0.16% -
XYZ 1.26 1.75 1.37 -
YUV 32.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 20 40 28 0.5 0 0.30 0.84 144 0.33 0.12
Hex 14 28 1C 32 0 1E 54 90 21 C
Octal 24 50 34 62 0 36 124 220 41 14
Binary 10100 101000 11100 110010 0 11110 1010100 10010000 100001 1100

Color Harmonies of #14281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14281C

Black with #14281C

Text Example


Text Example

White with #14281C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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