#044031

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

Shades of British Racing Green #044031

Tints of British Racing Green #044031

Color information

#044031 (or 0x044031) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 31. RGB value is (4,64,49). Sum of RGB (Red+Green+Blue) = 4+64+49=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #044031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044031 is #FBBFCE. Grayscale: #2C2C2C. Windows color (decimal): -16498639 or 3227652. OLE color: 3227652.

HSL color Cylindrical-coordinate representation of color #044031: hue angle of 165º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044031 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB46449-
CMYK0.9400.230.75
HSL165º88.24%13.33%-
HSV(B)165º93.75%25.1%-
XYZ2.443.913.53-
YUV44.35130.6299.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=3.42%
G=54.70%
B=41.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464490.9400.230.7516588.2413.33
Hex440315E0174Ba558d
Octal41006113602711324513015
Binary1001000000110001101111001011110010111010010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044031; }

 p { color: rgb(4,64,49); }

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

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

 a { background-color: rgb(4,64,49); }

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

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

 span { border-color: rgb(4,64,49); }

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