#04471f

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

Shades of British Racing Green #04471F

Tints of British Racing Green #04471F

Color information

#04471F (or 0x04471F) is unknown color: approx British Racing Green. HEX triplet: 04, 47 and 1F. RGB value is (4,71,31). Sum of RGB (Red+Green+Blue) = 4+71+31=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #04471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04471F is #FBB8E0. Grayscale: #2E2E2E. Windows color (decimal): -16496865 or 2049796. OLE color: 2049796.

HSL color Cylindrical-coordinate representation of color #04471F: hue angle of 144.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04471F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB47131-
CMYK0.9400.560.72
HSL144.18º89.33%14.71%-
HSV(B)144.18º94.37%27.84%-
XYZ2.554.632.06-
YUV46.41119.397.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 71 (28.12% from 255) = 66.98%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=3.77%
G=66.98%
B=29.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal471310.9400.560.72144.1889.3314.71
Hex4471F5E038489059f
Octal41073713607011022013117
Binary1001000111111111011110011100010010001001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04471f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04471f; }

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

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

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

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

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

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

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

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