Html Css Color HEX #005312 British Racing Green

📋 copy color: '#005312'

red 0 ◦ green 83 ◦ blue 18

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

Shades of British Racing Green #005312

Tints of British Racing Green #005312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 82.18%

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

R = 0%
G = 82.18%
B = 17.82%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#005312 (or 0x005312) is known color: British Racing Green. HEX triplet: 00, 53 and 12. RGB value is (0,83,18). Sum of RGB (Red+Green+Blue) = 0+83+18=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #005312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005312 is #FFACED. Grayscale: #323232. Windows color (decimal): -16755950 or 1200896. OLE color: 1200896.

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

Color convert

RGB 0 83 18 -
CMYK 1 0 0.78 0.67
HSL 133.01º 1% 0.16% -
HSV(B) 133.01º 1% 0.33% -
XYZ 3.2 6.23 1.61 -
YUV 50.77 109.5 91.79 -
System Red Green Blue C M Y K H S L
Decimal 0 83 18 1 0 0.78 0.67 133.01 1 0.16
Hex 0 53 12 64 0 4E 43 85 64 10
Octal 0 123 22 144 0 116 103 205 144 20
Binary 0 1010011 10010 1100100 0 1001110 1000011 10000101 1100100 10000

Color Harmonies of #005312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005312

Black with #005312

Text Example


Text Example

White with #005312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005312; }

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

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

background-color css

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

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

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

border-color css

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

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

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