#04481F

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

Shades of British Racing Green #04481F

Tints of British Racing Green #04481F

Color information

#04481F (or 0x04481F) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 1F. RGB value is (4,72,31). Sum of RGB (Red+Green+Blue) = 4+72+31=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 72 (28.52% from 255 or 67.29% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 72 - color contains mainly: green. Hex color #04481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04481F is #FBB7E0. Grayscale: #2F2F2F. Windows color (decimal): -16496609 or 2050052. OLE color: 2050052.

HSL color Cylindrical-coordinate representation of color #04481F: hue angle of 143.82º 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 #04481F is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB47231-
CMYK0.9400.570.72
HSL143.82º89.47%14.9%-
HSV(B)143.82º94.44%28.24%-
XYZ2.614.762.08-
YUV46.99118.9797.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 72 (28.52% from 255) = 67.29%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=3.74%
G=67.29%
B=28.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472310.9400.570.72143.8289.4714.9
Hex4481F5E039489059f
Octal41103713607111022013117
Binary1001001000111111011110011100110010001001000010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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