Html Css Color HEX #014311 British Racing Green

📋 copy color: '#014311'

red 1 ◦ green 67 ◦ blue 17

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

Shades of British Racing Green #014311

Tints of British Racing Green #014311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 78.82%

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

R = 1.18%
G = 78.82%
B = 20%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#014311 (or 0x014311) is known color: British Racing Green. HEX triplet: 01, 43 and 11. RGB value is (1,67,17). Sum of RGB (Red+Green+Blue) = 1+67+17=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 67 (26.56% from 255 or 78.82% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 67 - color contains mainly: green. Hex color #014311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014311 is #FEBCEE. Grayscale: #292929. Windows color (decimal): -16694511 or 1131265. OLE color: 1131265.

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

Color convert

RGB 1 67 17 -
CMYK 0.99 0 0.75 0.74
HSL 134.55º 0.97% 0.13% -
HSV(B) 134.55º 0.99% 0.26% -
XYZ 2.12 4.06 1.2 -
YUV 41.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 1 67 17 0.99 0 0.75 0.74 134.55 0.97 0.13
Hex 1 43 11 63 0 4B 4A 87 61 D
Octal 1 103 21 143 0 113 112 207 141 15
Binary 1 1000011 10001 1100011 0 1001011 1001010 10000111 1100001 1101

Color Harmonies of #014311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014311

Black with #014311

Text Example


Text Example

White with #014311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014311; }

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

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

background-color css

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

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

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

border-color css

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

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

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