#044D1A

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

Shades of British Racing Green #044D1A

Tints of British Racing Green #044D1A

Color information

#044D1A (or 0x044D1A) is unknown color: approx British Racing Green. HEX triplet: 04, 4D and 1A. RGB value is (4,77,26). Sum of RGB (Red+Green+Blue) = 4+77+26=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #044D1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D1A is #FBB2E5. Grayscale: #313131. Windows color (decimal): -16495334 or 1723652. OLE color: 1723652.

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

Color convert

RGB47726-
CMYK0.9500.660.70
HSL138.08º90.12%15.88%-
HSV(B)138.08º94.81%30.2%-
XYZ2.895.411.87-
YUV49.36114.8295.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 77 (30.47% from 255) = 71.96%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=3.74%
G=71.96%
B=24.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477260.9500.660.70138.0890.1215.88
Hex44D1A5F042468a5a10
Octal411532137010210621213220
Binary100100110111010101111101000010100011010001010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,77,26); }

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

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

 a { background-color: rgb(4,77,26); }

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

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

 span { border-color: rgb(4,77,26); }

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