#003E19

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

Shades of British Racing Green #003E19

Tints of British Racing Green #003E19

Color information

#003E19 (or 0x003E19) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 19. RGB value is (0,62,25). Sum of RGB (Red+Green+Blue) = 0+62+25=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #003E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003E19 is #FFC1E6. Grayscale: #272727. Windows color (decimal): -16761319 or 1654272. OLE color: 1654272.

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

Color convert

RGB06225-
CMYK100.600.76
HSL144.19º100%12.16%-
HSV(B)144.19º100%24.31%-
XYZ1.93.521.5-
YUV39.24119.96100.01-

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) = 71.26%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=0%
G=71.26%
B=28.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06225100.600.76144.1910012.16
Hex03E196403C4C9064c
Octal0763114407411422014414
Binary0111110110011100100011110010011001001000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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