#14241B

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

Shades of Cardin Green #14241B

Tints of Cardin Green #14241B

Color information

#14241B (or 0x14241B) is unknown color: approx Cardin Green. HEX triplet: 14, 24 and 1B. RGB value is (20,36,27). Sum of RGB (Red+Green+Blue) = 20+36+27=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #14241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241B is #EBDBE4. Grayscale: #1E1E1E. Windows color (decimal): -15457253 or 1778708. OLE color: 1778708.

HSL color Cylindrical-coordinate representation of color #14241B: hue angle of 146.25º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #14241B is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB203627-
CMYK0.4400.250.86
HSL146.25º28.57%10.98%-
HSV(B)146.25º44.44%14.12%-
XYZ1.121.491.27-
YUV30.19126.2120.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.10%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=24.10%
G=43.37%
B=32.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036270.4400.250.86146.2528.5710.98
Hex14241B2C01956921db
Octal244433540311262223513
Binary1010010010011011101100011001101011010010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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