Html Css Color HEX #014018 British Racing Green

📋 copy color: '#014018'

red 1 ◦ green 64 ◦ blue 24

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

Shades of British Racing Green #014018

Tints of British Racing Green #014018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 71.91%

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

R = 1.12%
G = 71.91%
B = 26.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#014018 (or 0x014018) is known color: British Racing Green. HEX triplet: 01, 40 and 18. RGB value is (1,64,24). Sum of RGB (Red+Green+Blue) = 1+64+24=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #014018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014018 is #FEBFE7. Grayscale: #282828. Windows color (decimal): -16695272 or 1589249. OLE color: 1589249.

HSL color Cylindrical-coordinate representation of color #014018: hue angle of 141.9º 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 #014018 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 24 -
CMYK 0.98 0 0.62 0.75
HSL 141.9º 0.97% 0.13% -
HSV(B) 141.9º 0.98% 0.25% -
XYZ 2.01 3.74 1.48 -
YUV 40.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 1 64 24 0.98 0 0.62 0.75 141.9 0.97 0.13
Hex 1 40 18 62 0 3E 4B 8E 61 D
Octal 1 100 30 142 0 76 113 216 141 15
Binary 1 1000000 11000 1100010 0 111110 1001011 10001110 1100001 1101

Color Harmonies of #014018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014018

Black with #014018

Text Example


Text Example

White with #014018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014018; }

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

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

background-color css

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

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

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

border-color css

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

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

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