#044B1D

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

Shades of British Racing Green #044B1D

Tints of British Racing Green #044B1D

Color information

#044B1D (or 0x044B1D) is unknown color: approx British Racing Green. HEX triplet: 04, 4B and 1D. RGB value is (4,75,29). Sum of RGB (Red+Green+Blue) = 4+75+29=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 75 (29.69% from 255 or 69.44% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 75 - color contains mainly: green. Hex color #044B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B1D is #FBB4E2. Grayscale: #303030. Windows color (decimal): -16495843 or 1919748. OLE color: 1919748.

HSL color Cylindrical-coordinate representation of color #044B1D: hue angle of 141.13º 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 #044B1D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB47529-
CMYK0.9500.610.71
HSL141.13º89.87%15.49%-
HSV(B)141.13º94.67%29.41%-
XYZ2.795.152.01-
YUV48.53116.9896.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 75 (29.69% from 255) = 69.44%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=3.70%
G=69.44%
B=26.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal475290.9500.610.71141.1389.8715.49
Hex44B1D5F03D478d5af
Octal41133513707510721513217
Binary1001001011111011011111011110110001111000110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,75,29); }

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

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

 a { background-color: rgb(4,75,29); }

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

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

 span { border-color: rgb(4,75,29); }

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