#004019

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

Shades of British Racing Green #004019

Tints of British Racing Green #004019

Color information

#004019 (or 0x004019) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 19. RGB value is (0,64,25). Sum of RGB (Red+Green+Blue) = 0+64+25=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 64 (25.39% from 255 or 71.91% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 64 - color contains mainly: green. Hex color #004019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004019 is #FFBFE6. Grayscale: #282828. Windows color (decimal): -16760807 or 1654784. OLE color: 1654784.

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

Color convert

RGB06425-
CMYK100.610.75
HSL143.44º100%12.55%-
HSV(B)143.44º100%25.1%-
XYZ2.013.741.54-
YUV40.42119.399.17-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06425100.610.75143.4410012.55
Hex040196403D4B8f64d
Octal01003114407511321714415
Binary01000000110011100100011110110010111000111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004019; }

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

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

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

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

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

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

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

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