Html Css Color HEX #005112 British Racing Green

📋 copy color: '#005112'

red 0 ◦ green 81 ◦ blue 18

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

Shades of British Racing Green #005112

Tints of British Racing Green #005112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.18%

R = 0%
G = 81.82%
B = 18.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#005112 (or 0x005112) is known color: British Racing Green. HEX triplet: 00, 51 and 12. RGB value is (0,81,18). Sum of RGB (Red+Green+Blue) = 0+81+18=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #005112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005112 is #FFAEED. Grayscale: #313131. Windows color (decimal): -16756462 or 1200384. OLE color: 1200384.

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

Color convert

RGB 0 81 18 -
CMYK 1 0 0.78 0.68
HSL 133.33º 1% 0.16% -
HSV(B) 133.33º 1% 0.32% -
XYZ 3.05 5.93 1.56 -
YUV 49.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 0 81 18 1 0 0.78 0.68 133.33 1 0.16
Hex 0 51 12 64 0 4E 44 85 64 10
Octal 0 121 22 144 0 116 104 205 144 20
Binary 0 1010001 10010 1100100 0 1001110 1000100 10000101 1100100 10000

Color Harmonies of #005112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005112

Black with #005112

Text Example


Text Example

White with #005112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005112; }

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

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

background-color css

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

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

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

border-color css

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

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

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