#14251B

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

Shades of Cardin Green #14251B

Tints of Cardin Green #14251B

Color information

#14251B (or 0x14251B) is unknown color: approx Cardin Green. HEX triplet: 14, 25 and 1B. RGB value is (20,37,27). Sum of RGB (Red+Green+Blue) = 20+37+27=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #14251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14251B is #EBDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15456997 or 1778964. OLE color: 1778964.

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

Color convert

RGB203727-
CMYK0.4600.270.85
HSL144.71º29.82%11.18%-
HSV(B)144.71º45.95%14.51%-
XYZ1.151.551.28-
YUV30.78125.87120.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 27 (10.94% from 255) = 32.14%
R=23.81%
G=44.05%
B=32.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2037270.4600.270.85144.7129.8211.18
Hex14251B2E01B55911eb
Octal244533560331252213613
Binary1010010010111011101110011011101010110010001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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