#044D21

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

Shades of British Racing Green #044D21

Tints of British Racing Green #044D21

Color information

#044D21 (or 0x044D21) is unknown color: approx British Racing Green. HEX triplet: 04, 4D and 21. RGB value is (4,77,33). Sum of RGB (Red+Green+Blue) = 4+77+33=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 77 (30.47% from 255 or 67.54% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 77 - color contains mainly: green. Hex color #044D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #044D21 is #FBB2DE. Grayscale: #323232. Windows color (decimal): -16495327 or 2182404. OLE color: 2182404.

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

Color convert

RGB47733-
CMYK0.9500.570.70
HSL143.84º90.12%15.88%-
HSV(B)143.84º94.81%30.2%-
XYZ2.985.442.33-
YUV50.16118.3295.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 77 (30.47% from 255) = 67.54%
BLUE value IS 33 (13.28% from 255) = 28.95%
R=3.51%
G=67.54%
B=28.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal477330.9500.570.70143.8490.1215.88
Hex44D215F03946905a10
Octal41154113707110622013220
Binary100100110110000110111110111001100011010010000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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