Html Css Color HEX #14241F Racing Green

📋 copy color: '#14241F'

red 20 ◦ green 36 ◦ blue 31

#14241F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Racing Green #14241F

Tints of Racing Green #14241F

RGB

 RED value IS 20 (8.2% 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 value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#14241F (or 0x14241F) is known color: 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

RGB 20 36 31 -
CMYK 0.44 0 0.14 0.86
HSL 161.25º 0.29% 0.11% -
HSV(B) 161.25º 0.44% 0.14% -
XYZ 1.17 1.51 1.53 -
YUV 30.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 20 36 31 0.44 0 0.14 0.86 161.25 0.29 0.11
Hex 14 24 1F 2C 0 E 56 A1 1D B
Octal 24 44 37 54 0 16 126 241 35 13
Binary 10100 100100 11111 101100 0 1110 1010110 10100001 11101 1011

Color Harmonies of #14241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14241F

Black with #14241F

Text Example


Text Example

White with #14241F

Text Example


Text Example

HTML Codes & Css Web 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>