#04401F

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

Shades of British Racing Green #04401F

Tints of British Racing Green #04401F

Color information

#04401F (or 0x04401F) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 1F. RGB value is (4,64,31). Sum of RGB (Red+Green+Blue) = 4+64+31=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #04401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04401F is #FBBFE0. Grayscale: #2A2A2A. Windows color (decimal): -16498657 or 2048004. OLE color: 2048004.

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

Color convert

RGB46431-
CMYK0.9400.520.75
HSL147º88.24%13.33%-
HSV(B)147º93.75%25.1%-
XYZ2.133.791.92-
YUV42.3121.62100.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 64 (25.39% from 255) = 64.65%
BLUE value IS 31 (12.5% from 255) = 31.31%
R=4.04%
G=64.65%
B=31.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464310.9400.520.7514788.2413.33
Hex4401F5E0344B9358d
Octal41003713606411322313015
Binary1001000000111111011110011010010010111001001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04401F; }

 p { color: rgb(4,64,31); }

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

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

 a { background-color: rgb(4,64,31); }

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

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

 span { border-color: rgb(4,64,31); }

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