#14271F

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

Shades of Cardin Green #14271F

Tints of Cardin Green #14271F

Color information

#14271F (or 0x14271F) is unknown color: approx Cardin Green. HEX triplet: 14, 27 and 1F. RGB value is (20,39,31). Sum of RGB (Red+Green+Blue) = 20+39+31=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #14271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14271F is #EBD8E0. Grayscale: #202020. Windows color (decimal): -15456481 or 2041620. OLE color: 2041620.

HSL color Cylindrical-coordinate representation of color #14271F: hue angle of 154.74º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #14271F is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB203931-
CMYK0.4900.210.85
HSL154.74º32.2%11.57%-
HSV(B)154.74º48.72%15.29%-
XYZ1.261.71.56-
YUV32.41127.21119.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=22.22%
G=43.33%
B=34.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039310.4900.210.85154.7432.211.57
Hex14271F31015559b20c
Octal244737610251252334014
Binary10100100111111111100010101011010101100110111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14271F; }

 p { color: rgb(20,39,31); }

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

<style>
 a { background-color: #14271F; }

 a { background-color: rgb(20,39,31); }

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

<style>
 span { border-color: #14271F; }

 span { border-color: rgb(20,39,31); }

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