#004031

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

Shades of British Racing Green #004031

Tints of British Racing Green #004031

Color information

#004031 (or 0x004031) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 31. RGB value is (0,64,49). Sum of RGB (Red+Green+Blue) = 0+64+49=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #004031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004031 is #FFBFCE. Grayscale: #2B2B2B. Windows color (decimal): -16760783 or 3227648. OLE color: 3227648.

HSL color Cylindrical-coordinate representation of color #004031: hue angle of 165.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004031 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB06449-
CMYK100.230.75
HSL165.94º100%12.55%-
HSV(B)165.94º100%25.1%-
XYZ2.393.893.53-
YUV43.15131.397.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=0%
G=56.64%
B=43.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06449100.230.75165.9410012.55
Hex04031640174Ba664d
Octal01006114402711324614415
Binary01000000110001110010001011110010111010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004031; }

 p { color: rgb(0,64,49); }

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

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

 a { background-color: rgb(0,64,49); }

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

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

 span { border-color: rgb(0,64,49); }

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