#044030

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

Shades of British Racing Green #044030

Tints of British Racing Green #044030

Color information

#044030 (or 0x044030) is unknown color: approx British Racing Green. HEX triplet: 04, 40 and 30. RGB value is (4,64,48). Sum of RGB (Red+Green+Blue) = 4+64+48=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #044030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044030 is #FBBFCF. Grayscale: #2C2C2C. Windows color (decimal): -16498640 or 3162116. OLE color: 3162116.

HSL color Cylindrical-coordinate representation of color #044030: hue angle of 164º 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 #044030 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB46448-
CMYK0.9400.250.75
HSL164º88.24%13.33%-
HSV(B)164º93.75%25.1%-
XYZ2.423.913.42-
YUV44.24130.1299.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.45%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 48 (19.14% from 255) = 41.38%
R=3.45%
G=55.17%
B=41.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal464480.9400.250.7516488.2413.33
Hex440305E0194Ba458d
Octal41006013603111324413015
Binary1001000000110000101111001100110010111010010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044030; }

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

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

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

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

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

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

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

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