Html Css Color HEX #005110 British Racing Green

📋 copy color: '#005110'

red 0 ◦ green 81 ◦ blue 16

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

Shades of British Racing Green #005110

Tints of British Racing Green #005110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 83.51%

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

R = 0%
G = 83.51%
B = 16.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#005110 (or 0x005110) is known color: British Racing Green. HEX triplet: 00, 51 and 10. RGB value is (0,81,16). Sum of RGB (Red+Green+Blue) = 0+81+16=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 81 (32.03% from 255 or 83.51% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 81 - color contains mainly: green. Hex color #005110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005110 is #FFAEEF. Grayscale: #313131. Windows color (decimal): -16756464 or 1069312. OLE color: 1069312.

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

Color convert

RGB 0 81 16 -
CMYK 1 0 0.80 0.68
HSL 131.85º 1% 0.16% -
HSV(B) 131.85º 1% 0.32% -
XYZ 3.04 5.92 1.47 -
YUV 49.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 0 81 16 1 0 0.80 0.68 131.85 1 0.16
Hex 0 51 10 64 0 50 44 84 64 10
Octal 0 121 20 144 0 120 104 204 144 20
Binary 0 1010001 10000 1100100 0 1010000 1000100 10000100 1100100 10000

Color Harmonies of #005110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005110

Black with #005110

Text Example


Text Example

White with #005110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005110; }

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

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

background-color css

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

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

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

border-color css

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

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

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