#04451F

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

Shades of British Racing Green #04451F

Tints of British Racing Green #04451F

Color information

#04451F (or 0x04451F) is unknown color: approx British Racing Green. HEX triplet: 04, 45 and 1F. RGB value is (4,69,31). Sum of RGB (Red+Green+Blue) = 4+69+31=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 69 (27.34% from 255 or 66.35% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 69 - color contains mainly: green. Hex color #04451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04451F is #FBBAE0. Grayscale: #2D2D2D. Windows color (decimal): -16497377 or 2049284. OLE color: 2049284.

HSL color Cylindrical-coordinate representation of color #04451F: hue angle of 144.92º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04451F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB46931-
CMYK0.9400.550.73
HSL144.92º89.04%14.31%-
HSV(B)144.92º94.2%27.06%-
XYZ2.434.382.01-
YUV45.23119.9798.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 69 (27.34% from 255) = 66.35%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=3.85%
G=66.35%
B=29.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469310.9400.550.73144.9289.0414.31
Hex4451F5E037499159e
Octal41053713606711122113116
Binary1001000101111111011110011011110010011001000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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