Html Css Color HEX #015017 British Racing Green

📋 copy color: '#015017'

red 1 ◦ green 80 ◦ blue 23

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

Shades of British Racing Green #015017

Tints of British Racing Green #015017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.12%

R = 0.96%
G = 76.92%
B = 22.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#015017 (or 0x015017) is known color: British Racing Green. HEX triplet: 01, 50 and 17. RGB value is (1,80,23). Sum of RGB (Red+Green+Blue) = 1+80+23=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #015017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015017 is #FEAFE8. Grayscale: #323232. Windows color (decimal): -16691177 or 1527809. OLE color: 1527809.

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

Color convert

RGB 1 80 23 -
CMYK 0.99 0 0.71 0.69
HSL 136.71º 0.98% 0.16% -
HSV(B) 136.71º 0.99% 0.31% -
XYZ 3.04 5.81 1.77 -
YUV 49.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 1 80 23 0.99 0 0.71 0.69 136.71 0.98 0.16
Hex 1 50 17 63 0 47 45 89 62 10
Octal 1 120 27 143 0 107 105 211 142 20
Binary 1 1010000 10111 1100011 0 1000111 1000101 10001001 1100010 10000

Color Harmonies of #015017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015017

Black with #015017

Text Example


Text Example

White with #015017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015017; }

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

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

background-color css

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

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

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

border-color css

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

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

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