#005038

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

Shades of British Racing Green #005038

Tints of British Racing Green #005038

Color information

#005038 (or 0x005038) is unknown color: approx British Racing Green. HEX triplet: 00, 50 and 38. RGB value is (0,80,56). Sum of RGB (Red+Green+Blue) = 0+80+56=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #005038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005038 is #FFAFC7. Grayscale: #353535. Windows color (decimal): -16756680 or 3690496. OLE color: 3690496.

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

Color convert

RGB08056-
CMYK100.300.69
HSL162º100%15.69%-
HSV(B)162º100%31.37%-
XYZ3.586.024.72-
YUV53.34129.589.95-

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.82%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=0%
G=58.82%
B=41.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal08056100.300.6916210015.69
Hex050386401E45a26410
Octal01207014403610524214420
Binary010100001110001100100011110100010110100010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005038; }

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

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

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

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

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

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

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

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