#005039

Color #005039 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #005039

Tints of British Racing Green #005039

Color information

#005039 (or 0x005039) is unknown color: approx British Racing Green. HEX triplet: 00, 50 and 39. RGB value is (0,80,57). Sum of RGB (Red+Green+Blue) = 0+80+57=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #005039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005039 is #FFAFC6. Grayscale: #353535. Windows color (decimal): -16756679 or 3756032. OLE color: 3756032.

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

Color convert

RGB08057-
CMYK100.290.69
HSL162.75º100%15.69%-
HSV(B)162.75º100%31.37%-
XYZ3.616.034.85-
YUV53.4613089.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 80 (31.64% from 255) = 58.39%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=0%
G=58.39%
B=41.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08057100.290.69162.7510015.69
Hex050396401D45a36410
Octal01207114403510524314420
Binary010100001110011100100011101100010110100011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005039; }

 p { color: rgb(0,80,57); }

 H1.HeaderClassName
 {
   color: #005039;
 }
 .AnyTagClassName
 {
   color: #005039;
 }
</style>
background-color css

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

 a { background-color: rgb(0,80,57); }

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

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

 span { border-color: rgb(0,80,57); }

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