#003E31

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

Shades of British Racing Green #003E31

Tints of British Racing Green #003E31

Color information

#003E31 (or 0x003E31) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 31. RGB value is (0,62,49). Sum of RGB (Red+Green+Blue) = 0+62+49=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #003E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E31 is #FFC1CE. Grayscale: #292929. Windows color (decimal): -16761295 or 3227136. OLE color: 3227136.

HSL color Cylindrical-coordinate representation of color #003E31: hue angle of 167.42º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E31 is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB06249-
CMYK100.210.76
HSL167.42º100%12.16%-
HSV(B)167.42º100%24.31%-
XYZ2.283.673.49-
YUV41.98131.9698.06-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=0%
G=55.86%
B=44.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06249100.210.76167.4210012.16
Hex03E31640154Ca764c
Octal0766114402511424714414
Binary0111110110001110010001010110011001010011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E31; }

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

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

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

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

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

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

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

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