Html Css Color HEX #005212 British Racing Green

📋 copy color: '#005212'

red 0 ◦ green 82 ◦ blue 18

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

Shades of British Racing Green #005212

Tints of British Racing Green #005212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 82%

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

R = 0%
G = 82%
B = 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

#005212 (or 0x005212) is known color: British Racing Green. HEX triplet: 00, 52 and 12. RGB value is (0,82,18). Sum of RGB (Red+Green+Blue) = 0+82+18=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 82 (32.42% from 255 or 82% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 82 - color contains mainly: green. Hex color #005212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005212 is #FFADED. Grayscale: #323232. Windows color (decimal): -16756206 or 1200640. OLE color: 1200640.

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

Color convert

RGB 0 82 18 -
CMYK 1 0 0.78 0.68
HSL 133.17º 1% 0.16% -
HSV(B) 133.17º 1% 0.32% -
XYZ 3.13 6.08 1.58 -
YUV 50.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 0 82 18 1 0 0.78 0.68 133.17 1 0.16
Hex 0 52 12 64 0 4E 44 85 64 10
Octal 0 122 22 144 0 116 104 205 144 20
Binary 0 1010010 10010 1100100 0 1001110 1000100 10000101 1100100 10000

Color Harmonies of #005212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005212

Black with #005212

Text Example


Text Example

White with #005212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005212; }

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

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

background-color css

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

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

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

border-color css

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

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

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