Html Css Color HEX #014011 British Racing Green

📋 copy color: '#014011'

red 1 ◦ green 64 ◦ blue 17

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

Shades of British Racing Green #014011

Tints of British Racing Green #014011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20.73%

R = 1.22%
G = 78.05%
B = 20.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.75

RGB Variations

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

Color information

#014011 (or 0x014011) is known color: British Racing Green. HEX triplet: 01, 40 and 11. RGB value is (1,64,17). Sum of RGB (Red+Green+Blue) = 1+64+17=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #014011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014011 is #FEBFEE. Grayscale: #272727. Windows color (decimal): -16695279 or 1130497. OLE color: 1130497.

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

Color convert

RGB 1 64 17 -
CMYK 0.98 0 0.73 0.75
HSL 135.24º 0.97% 0.13% -
HSV(B) 135.24º 0.98% 0.25% -
XYZ 1.95 3.71 1.14 -
YUV 39.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 1 64 17 0.98 0 0.73 0.75 135.24 0.97 0.13
Hex 1 40 11 62 0 49 4B 87 61 D
Octal 1 100 21 142 0 111 113 207 141 15
Binary 1 1000000 10001 1100010 0 1001001 1001011 10000111 1100001 1101

Color Harmonies of #014011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014011

Black with #014011

Text Example


Text Example

White with #014011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014011; }

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

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

background-color css

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

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

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

border-color css

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

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

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