Html Css Color HEX #014510 British Racing Green

📋 copy color: '#014510'

red 1 ◦ green 69 ◦ blue 16

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

Shades of British Racing Green #014510

Tints of British Racing Green #014510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 80.23%

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 1.16%
G = 80.23%
B = 18.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#014510 (or 0x014510) is known color: British Racing Green. HEX triplet: 01, 45 and 10. RGB value is (1,69,16). Sum of RGB (Red+Green+Blue) = 1+69+16=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 69 (27.34% from 255 or 80.23% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 69 - color contains mainly: green. Hex color #014510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014510 is #FEBAEF. Grayscale: #2A2A2A. Windows color (decimal): -16694000 or 1066241. OLE color: 1066241.

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

Color convert

RGB 1 69 16 -
CMYK 0.99 0 0.77 0.73
HSL 133.24º 0.97% 0.14% -
HSV(B) 133.24º 0.99% 0.27% -
XYZ 2.23 4.3 1.2 -
YUV 42.63 112.97 98.31 -
System Red Green Blue C M Y K H S L
Decimal 1 69 16 0.99 0 0.77 0.73 133.24 0.97 0.14
Hex 1 45 10 63 0 4D 49 85 61 E
Octal 1 105 20 143 0 115 111 205 141 16
Binary 1 1000101 10000 1100011 0 1001101 1001001 10000101 1100001 1110

Color Harmonies of #014510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014510

Black with #014510

Text Example


Text Example

White with #014510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014510; }

 p { color: rgb(1,69,16); }

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

background-color css

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

 a { background-color: rgb(1,69,16); }

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

border-color css

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

 span { border-color: rgb(1,69,16); }

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