Html Css Color HEX #015012 British Racing Green

📋 copy color: '#015012'

red 1 ◦ green 80 ◦ blue 18

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

Shades of British Racing Green #015012

Tints of British Racing Green #015012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 80.81%

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 1.01%
G = 80.81%
B = 18.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#015012 (or 0x015012) is known color: British Racing Green. HEX triplet: 01, 50 and 12. RGB value is (1,80,18). Sum of RGB (Red+Green+Blue) = 1+80+18=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 80 (31.64% from 255 or 80.81% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 80 - color contains mainly: green. Hex color #015012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015012 is #FEAFED. Grayscale: #313131. Windows color (decimal): -16691182 or 1200129. OLE color: 1200129.

HSL color Cylindrical-coordinate representation of color #015012: hue angle of 132.91º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015012 is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 18 -
CMYK 0.99 0 0.78 0.69
HSL 132.91º 0.98% 0.16% -
HSV(B) 132.91º 0.99% 0.31% -
XYZ 2.99 5.79 1.53 -
YUV 49.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 1 80 18 0.99 0 0.78 0.69 132.91 0.98 0.16
Hex 1 50 12 63 0 4E 45 85 62 10
Octal 1 120 22 143 0 116 105 205 142 20
Binary 1 1010000 10010 1100011 0 1001110 1000101 10000101 1100010 10000

Color Harmonies of #015012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015012

Black with #015012

Text Example


Text Example

White with #015012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015012; }

 p { color: rgb(1,80,18); }

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

background-color css

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

 a { background-color: rgb(1,80,18); }

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

border-color css

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

 span { border-color: rgb(1,80,18); }

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