#04441C

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

Shades of British Racing Green #04441C

Tints of British Racing Green #04441C

Color information

#04441C (or 0x04441C) is unknown color: approx British Racing Green. HEX triplet: 04, 44 and 1C. RGB value is (4,68,28). Sum of RGB (Red+Green+Blue) = 4+68+28=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #04441C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04441C is #FBBBE3. Grayscale: #2C2C2C. Windows color (decimal): -16497636 or 1852420. OLE color: 1852420.

HSL color Cylindrical-coordinate representation of color #04441C: hue angle of 142.5º 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 #04441C is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB46828-
CMYK0.9400.590.73
HSL142.5º88.89%14.12%-
HSV(B)142.5º94.12%26.67%-
XYZ2.334.241.8-
YUV44.3118.899.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 68 (26.95% from 255) = 68%
BLUE value IS 28 (11.33% from 255) = 28%
R=4%
G=68%
B=28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal468280.9400.590.73142.588.8914.12
Hex4441C5E03B498e59e
Octal41043413607311121613116
Binary1001000100111001011110011101110010011000111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04441C; }

 p { color: rgb(4,68,28); }

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

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

 a { background-color: rgb(4,68,28); }

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

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

 span { border-color: rgb(4,68,28); }

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