#14291F

Color #14291F Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #14291F

Tints of Cardin Green #14291F

Color information

#14291F (or 0x14291F) is unknown color: approx Cardin Green. HEX triplet: 14, 29 and 1F. RGB value is (20,41,31). Sum of RGB (Red+Green+Blue) = 20+41+31=92 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.74% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #14291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14291F is #EBD6E0. Grayscale: #212121. Windows color (decimal): -15455969 or 2042132. OLE color: 2042132.

HSL color Cylindrical-coordinate representation of color #14291F: hue angle of 151.43º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #14291F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB204131-
CMYK0.5100.240.84
HSL151.43º34.43%11.96%-
HSV(B)151.43º51.22%16.08%-
XYZ1.331.831.58-
YUV33.58126.54118.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.74%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 31 (12.5% from 255) = 33.70%
R=21.74%
G=44.57%
B=33.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2041310.5100.240.84151.4334.4311.96
Hex14291F33018549722c
Octal245137630301242274214
Binary10100101001111111100110110001010100100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14291F; }

 p { color: rgb(20,41,31); }

 H1.HeaderClassName
 {
   color: #14291F;
 }
 .AnyTagClassName
 {
   color: #14291F;
 }
</style>
background-color css

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

 a { background-color: rgb(20,41,31); }

 div.DivClassName
 {
   background-color: #14291F;
 }
 .BgClassName
 {
   background-color: #14291F;
 }
</style>
border-color css

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

 span { border-color: rgb(20,41,31); }

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