#14241F

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

Shades of Racing Green #14241F

Tints of Racing Green #14241F

Color information

#14241F (or 0x14241F) is unknown color: approx Racing Green. HEX triplet: 14, 24 and 1F. RGB value is (20,36,31). Sum of RGB (Red+Green+Blue) = 20+36+31=87 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.99% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #14241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14241F is #EBDBE0. Grayscale: #1E1E1E. Windows color (decimal): -15457249 or 2040852. OLE color: 2040852.

HSL color Cylindrical-coordinate representation of color #14241F: hue angle of 161.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 #14241F is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB203631-
CMYK0.4400.140.86
HSL161.25º28.57%10.98%-
HSV(B)161.25º44.44%14.12%-
XYZ1.171.511.53-
YUV30.65128.2120.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.99%
GREEN value IS 36 (14.45% from 255) = 41.38%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=22.99%
G=41.38%
B=35.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2036310.4400.140.86161.2528.5710.98
Hex14241F2C0E56a11db
Octal244437540161262413513
Binary101001001001111110110001110101011010100001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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