#14251C

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

Shades of Cardin Green #14251C

Tints of Cardin Green #14251C

Color information

#14251C (or 0x14251C) is unknown color: approx Cardin Green. HEX triplet: 14, 25 and 1C. RGB value is (20,37,28). Sum of RGB (Red+Green+Blue) = 20+37+28=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 37 - color contains mainly: green. Hex color #14251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251C is #EBDAE3. Grayscale: #1E1E1E. Windows color (decimal): -15456996 or 1844500. OLE color: 1844500.

HSL color Cylindrical-coordinate representation of color #14251C: hue angle of 148.24º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #14251C is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB203728-
CMYK0.4600.240.85
HSL148.24º29.82%11.18%-
HSV(B)148.24º45.95%14.51%-
XYZ1.161.561.34-
YUV30.89126.37120.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=23.53%
G=43.53%
B=32.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037280.4600.240.85148.2429.8211.18
Hex14251C2E01855941eb
Octal244534560301252243613
Binary1010010010111100101110011000101010110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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