Html Css Color HEX #005017 British Racing Green

📋 copy color: '#005017'

red 0 ◦ green 80 ◦ blue 23

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

Shades of British Racing Green #005017

Tints of British Racing Green #005017

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 77.67%
B = 22.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#005017 (or 0x005017) is known color: British Racing Green. HEX triplet: 00, 50 and 17. RGB value is (0,80,23). Sum of RGB (Red+Green+Blue) = 0+80+23=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 80 (31.64% from 255 or 77.67% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 80 - color contains mainly: green. Hex color #005017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005017 is #FFAFE8. Grayscale: #313131. Windows color (decimal): -16756713 or 1527808. OLE color: 1527808.

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

Color convert

RGB 0 80 23 -
CMYK 1 0 0.71 0.69
HSL 137.25º 1% 0.16% -
HSV(B) 137.25º 1% 0.31% -
XYZ 3.02 5.8 1.77 -
YUV 49.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 0 80 23 1 0 0.71 0.69 137.25 1 0.16
Hex 0 50 17 64 0 47 45 89 64 10
Octal 0 120 27 144 0 107 105 211 144 20
Binary 0 1010000 10111 1100100 0 1000111 1000101 10001001 1100100 10000

Color Harmonies of #005017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005017

Black with #005017

Text Example


Text Example

White with #005017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005017; }

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

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

background-color css

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

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

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

border-color css

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

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

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