Html Css Color HEX #005120 British Racing Green

📋 copy color: '#005120'

red 0 ◦ green 81 ◦ blue 32

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

Shades of British Racing Green #005120

Tints of British Racing Green #005120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 28.32%

R = 0%
G = 71.68%
B = 28.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#005120 (or 0x005120) is known color: British Racing Green. HEX triplet: 00, 51 and 20. RGB value is (0,81,32). Sum of RGB (Red+Green+Blue) = 0+81+32=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #005120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005120 is #FFAEDF. Grayscale: #333333. Windows color (decimal): -16756448 or 2117888. OLE color: 2117888.

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

Color convert

RGB 0 81 32 -
CMYK 1 0 0.60 0.68
HSL 143.7º 1% 0.16% -
HSV(B) 143.7º 1% 0.32% -
XYZ 3.2 5.99 2.35 -
YUV 51.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 0 81 32 1 0 0.60 0.68 143.7 1 0.16
Hex 0 51 20 64 0 3C 44 90 64 10
Octal 0 121 40 144 0 74 104 220 144 20
Binary 0 1010001 100000 1100100 0 111100 1000100 10010000 1100100 10000

Color Harmonies of #005120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005120

Black with #005120

Text Example


Text Example

White with #005120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005120; }

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

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

background-color css

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

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

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

border-color css

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

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

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