#044B1B

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

Shades of British Racing Green #044B1B

Tints of British Racing Green #044B1B

Color information

#044B1B (or 0x044B1B) is unknown color: approx British Racing Green. HEX triplet: 04, 4B and 1B. RGB value is (4,75,27). Sum of RGB (Red+Green+Blue) = 4+75+27=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #044B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044B1B is #FBB4E4. Grayscale: #303030. Windows color (decimal): -16495845 or 1788676. OLE color: 1788676.

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

Color convert

RGB47527-
CMYK0.9500.640.71
HSL139.44º89.87%15.49%-
HSV(B)139.44º94.67%29.41%-
XYZ2.765.141.88-
YUV48.3115.9896.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 75 (29.69% from 255) = 70.75%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=3.77%
G=70.75%
B=25.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal475270.9500.640.71139.4489.8715.49
Hex44B1B5F040478b5af
Octal411333137010010721313217
Binary10010010111101110111110100000010001111000101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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