#044F1C

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

Shades of British Racing Green #044F1C

Tints of British Racing Green #044F1C

Color information

#044F1C (or 0x044F1C) is unknown color: approx British Racing Green. HEX triplet: 04, 4F and 1C. RGB value is (4,79,28). Sum of RGB (Red+Green+Blue) = 4+79+28=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #044F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044F1C is #FBB0E3. Grayscale: #323232. Windows color (decimal): -16494820 or 1855236. OLE color: 1855236.

HSL color Cylindrical-coordinate representation of color #044F1C: hue angle of 139.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044F1C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB47928-
CMYK0.9500.650.69
HSL139.2º90.36%16.27%-
HSV(B)139.2º94.94%30.98%-
XYZ3.065.72.04-
YUV50.76115.1594.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 79 (31.25% from 255) = 71.17%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=3.60%
G=71.17%
B=25.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal479280.9500.650.69139.290.3616.27
Hex44F1C5F041458b5a10
Octal411734137010110521313220
Binary100100111111100101111101000001100010110001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044F1C; }

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

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

<style>
 a { background-color: #044F1C; }

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

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

<style>
 span { border-color: #044F1C; }

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

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