Html Css Color HEX #015014 British Racing Green

📋 copy color: '#015014'

red 1 ◦ green 80 ◦ blue 20

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

Shades of British Racing Green #015014

Tints of British Racing Green #015014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.8%

R = 0.99%
G = 79.21%
B = 19.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#015014 (or 0x015014) is known color: British Racing Green. HEX triplet: 01, 50 and 14. RGB value is (1,80,20). Sum of RGB (Red+Green+Blue) = 1+80+20=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #015014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015014 is #FEAFEB. Grayscale: #313131. Windows color (decimal): -16691180 or 1331201. OLE color: 1331201.

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

Color convert

RGB 1 80 20 -
CMYK 0.99 0 0.75 0.69
HSL 134.43º 0.98% 0.16% -
HSV(B) 134.43º 0.99% 0.31% -
XYZ 3.01 5.79 1.62 -
YUV 49.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 1 80 20 0.99 0 0.75 0.69 134.43 0.98 0.16
Hex 1 50 14 63 0 4B 45 86 62 10
Octal 1 120 24 143 0 113 105 206 142 20
Binary 1 1010000 10100 1100011 0 1001011 1000101 10000110 1100010 10000

Color Harmonies of #015014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015014

Black with #015014

Text Example


Text Example

White with #015014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015014; }

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

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

background-color css

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

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

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

border-color css

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

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

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