Html Css Color HEX #014118 British Racing Green

📋 copy color: '#014118'

red 1 ◦ green 65 ◦ blue 24

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

Shades of British Racing Green #014118

Tints of British Racing Green #014118

RGB

 RED value IS 1 (0.78% from 255) = 1.11%

 GREEN value IS 65 (25.78% from 255) = 72.22%

 BLUE value IS 24 (9.77% from 255) = 26.67%

R = 1.11%
G = 72.22%
B = 26.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#014118 (or 0x014118) is known color: British Racing Green. HEX triplet: 01, 41 and 18. RGB value is (1,65,24). Sum of RGB (Red+Green+Blue) = 1+65+24=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 65 (25.78% from 255 or 72.22% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 65 - color contains mainly: green. Hex color #014118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014118 is #FEBEE7. Grayscale: #292929. Windows color (decimal): -16695016 or 1589505. OLE color: 1589505.

HSL color Cylindrical-coordinate representation of color #014118: hue angle of 141.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014118 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 24 -
CMYK 0.98 0 0.63 0.75
HSL 141.56º 0.97% 0.13% -
HSV(B) 141.56º 0.98% 0.25% -
XYZ 2.07 3.85 1.5 -
YUV 41.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 1 65 24 0.98 0 0.63 0.75 141.56 0.97 0.13
Hex 1 41 18 62 0 3F 4B 8E 61 D
Octal 1 101 30 142 0 77 113 216 141 15
Binary 1 1000001 11000 1100010 0 111111 1001011 10001110 1100001 1101

Color Harmonies of #014118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014118

Black with #014118

Text Example


Text Example

White with #014118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014118; }

 p { color: rgb(1,65,24); }

 H1.HeaderClassName
 {
   color: #014118;
 }
 .AnyTagClassName
 {
   color: #014118;
 }
</style>

background-color css

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

 a { background-color: rgb(1,65,24); }

 div.DivClassName
 {
   background-color: #014118;
 }
 .BgClassName
 {
   background-color: #014118;
 }
</style>

border-color css

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

 span { border-color: rgb(1,65,24); }

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