#14261C

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

Shades of Cardin Green #14261C

Tints of Cardin Green #14261C

Color information

#14261C (or 0x14261C) is unknown color: approx Cardin Green. HEX triplet: 14, 26 and 1C. RGB value is (20,38,28). Sum of RGB (Red+Green+Blue) = 20+38+28=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #14261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14261C is #EBD9E3. Grayscale: #1F1F1F. Windows color (decimal): -15456740 or 1844756. OLE color: 1844756.

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

Color convert

RGB203828-
CMYK0.4700.260.85
HSL146.67º31.03%11.37%-
HSV(B)146.67º47.37%14.9%-
XYZ1.191.621.35-
YUV31.48126.04119.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=23.26%
G=44.19%
B=32.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2038280.4700.260.85146.6731.0311.37
Hex14261C2F01A55931fb
Octal244634570321252233713
Binary1010010011011100101111011010101010110010011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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