#14251E

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

Shades of Cardin Green #14251E

Tints of Cardin Green #14251E

Color information

#14251E (or 0x14251E) is unknown color: approx Cardin Green. HEX triplet: 14, 25 and 1E. RGB value is (20,37,30). Sum of RGB (Red+Green+Blue) = 20+37+30=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 30 (12.11% from 255 or 34.48% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #14251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251E is #EBDAE1. Grayscale: #1F1F1F. Windows color (decimal): -15456994 or 1975572. OLE color: 1975572.

HSL color Cylindrical-coordinate representation of color #14251E: hue angle of 155.29º 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 #14251E is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB203730-
CMYK0.4600.190.85
HSL155.29º29.82%11.18%-
HSV(B)155.29º45.95%14.51%-
XYZ1.181.571.47-
YUV31.12127.37120.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 30 (12.11% from 255) = 34.48%
R=22.99%
G=42.53%
B=34.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037300.4600.190.85155.2929.8211.18
Hex14251E2E013559b1eb
Octal244536560231252333613
Binary1010010010111110101110010011101010110011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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