#044231

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

Shades of British Racing Green #044231

Tints of British Racing Green #044231

Color information

#044231 (or 0x044231) is unknown color: approx British Racing Green. HEX triplet: 04, 42 and 31. RGB value is (4,66,49). Sum of RGB (Red+Green+Blue) = 4+66+49=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #044231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044231 is #FBBDCE. Grayscale: #2D2D2D. Windows color (decimal): -16498127 or 3228164. OLE color: 3228164.

HSL color Cylindrical-coordinate representation of color #044231: hue angle of 163.55º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044231 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB46649-
CMYK0.9400.260.74
HSL163.55º88.57%13.73%-
HSV(B)163.55º93.94%25.88%-
XYZ2.554.143.57-
YUV45.52129.9698.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=3.36%
G=55.46%
B=41.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal466490.9400.260.74163.5588.5713.73
Hex442315E01A4Aa459e
Octal41026113603211224413116
Binary1001000010110001101111001101010010101010010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044231; }

 p { color: rgb(4,66,49); }

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

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

 a { background-color: rgb(4,66,49); }

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

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

 span { border-color: rgb(4,66,49); }

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