Html Css Color HEX #005010 British Racing Green

📋 copy color: '#005010'

red 0 ◦ green 80 ◦ blue 16

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

Shades of British Racing Green #005010

Tints of British Racing Green #005010

RGB

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

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

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

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#005010 (or 0x005010) is known color: British Racing Green. HEX triplet: 00, 50 and 10. RGB value is (0,80,16). Sum of RGB (Red+Green+Blue) = 0+80+16=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #005010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005010 is #FFAFEF. Grayscale: #303030. Windows color (decimal): -16756720 or 1069056. OLE color: 1069056.

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

Color convert

RGB 0 80 16 -
CMYK 1 0 0.80 0.69
HSL 132º 1% 0.16% -
HSV(B) 132º 1% 0.31% -
XYZ 2.96 5.77 1.45 -
YUV 48.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 0 80 16 1 0 0.80 0.69 132 1 0.16
Hex 0 50 10 64 0 50 45 84 64 10
Octal 0 120 20 144 0 120 105 204 144 20
Binary 0 1010000 10000 1100100 0 1010000 1000101 10000100 1100100 10000

Color Harmonies of #005010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005010

Black with #005010

Text Example


Text Example

White with #005010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005010; }

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

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

background-color css

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

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

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

border-color css

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

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

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