#044830

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

Shades of British Racing Green #044830

Tints of British Racing Green #044830

Color information

#044830 (or 0x044830) is unknown color: approx British Racing Green. HEX triplet: 04, 48 and 30. RGB value is (4,72,48). Sum of RGB (Red+Green+Blue) = 4+72+48=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #044830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044830 is #FBB7CF. Grayscale: #303030. Windows color (decimal): -16496592 or 3164164. OLE color: 3164164.

HSL color Cylindrical-coordinate representation of color #044830: hue angle of 158.82º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044830 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB47248-
CMYK0.9400.330.72
HSL158.82º89.47%14.9%-
HSV(B)158.82º94.44%28.24%-
XYZ2.94.873.58-
YUV48.93127.4795.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 72 (28.52% from 255) = 58.06%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=3.23%
G=58.06%
B=38.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal472480.9400.330.72158.8289.4714.9
Hex448305E021489f59f
Octal41106013604111023713117
Binary10010010001100001011110010000110010001001111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044830; }

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

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

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

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

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

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

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

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