#044930

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

Shades of British Racing Green #044930

Tints of British Racing Green #044930

Color information

#044930 (or 0x044930) is unknown color: approx British Racing Green. HEX triplet: 04, 49 and 30. RGB value is (4,73,48). Sum of RGB (Red+Green+Blue) = 4+73+48=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #044930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044930 is #FBB6CF. Grayscale: #313131. Windows color (decimal): -16496336 or 3164420. OLE color: 3164420.

HSL color Cylindrical-coordinate representation of color #044930: hue angle of 158.26º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044930 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB47348-
CMYK0.9500.340.71
HSL158.26º89.61%15.1%-
HSV(B)158.26º94.52%28.63%-
XYZ2.9753.61-
YUV49.52127.1495.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=3.2%
G=58.4%
B=38.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal473480.9500.340.71158.2689.6115.1
Hex449305F022479e5af
Octal41116013704210723613217
Binary10010010011100001011111010001010001111001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044930; }

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

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

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

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

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

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

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

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