Html Css Color HEX #014611 British Racing Green

📋 copy color: '#014611'

red 1 ◦ green 70 ◦ blue 17

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

Shades of British Racing Green #014611

Tints of British Racing Green #014611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 79.55%

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

R = 1.14%
G = 79.55%
B = 19.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.73

RGB Variations

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

Color information

#014611 (or 0x014611) is known color: British Racing Green. HEX triplet: 01, 46 and 11. RGB value is (1,70,17). Sum of RGB (Red+Green+Blue) = 1+70+17=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 70 (27.73% from 255 or 79.55% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 70 - color contains mainly: green. Hex color #014611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014611 is #FEB9EE. Grayscale: #2B2B2B. Windows color (decimal): -16693743 or 1132033. OLE color: 1132033.

HSL color Cylindrical-coordinate representation of color #014611: hue angle of 133.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014611 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 17 -
CMYK 0.99 0 0.76 0.73
HSL 133.91º 0.97% 0.14% -
HSV(B) 133.91º 0.99% 0.27% -
XYZ 2.3 4.43 1.26 -
YUV 43.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 1 70 17 0.99 0 0.76 0.73 133.91 0.97 0.14
Hex 1 46 11 63 0 4C 49 86 61 E
Octal 1 106 21 143 0 114 111 206 141 16
Binary 1 1000110 10001 1100011 0 1001100 1001001 10000110 1100001 1110

Color Harmonies of #014611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014611

Black with #014611

Text Example


Text Example

White with #014611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014611; }

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

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

background-color css

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

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

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

border-color css

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

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

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