Html Css Color HEX #044031 British Racing Green

📋 copy color: '#044031'

red 4 ◦ green 64 ◦ blue 49

#044031
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #044031

Tints of British Racing Green #044031

RGB

 RED value IS 4 (1.95% from 255) = 3.42%

 GREEN value IS 64 (25.39% from 255) = 54.7%

 BLUE value IS 49 (19.53% from 255) = 41.88%

R = 3.42%
G = 54.7%
B = 41.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#044031 (or 0x044031) is known color: British Racing Green. HEX triplet: 04, 40 and 31. RGB value is (4,64,49). Sum of RGB (Red+Green+Blue) = 4+64+49=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #044031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044031 is #FBBFCE. Grayscale: #2C2C2C. Windows color (decimal): -16498639 or 3227652. OLE color: 3227652.

HSL color Cylindrical-coordinate representation of color #044031: hue angle of 165º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #044031 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 64 49 -
CMYK 0.94 0 0.23 0.75
HSL 165º 0.88% 0.13% -
HSV(B) 165º 0.94% 0.25% -
XYZ 2.44 3.91 3.53 -
YUV 44.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 4 64 49 0.94 0 0.23 0.75 165 0.88 0.13
Hex 4 40 31 5E 0 17 4B A5 58 D
Octal 4 100 61 136 0 27 113 245 130 15
Binary 100 1000000 110001 1011110 0 10111 1001011 10100101 1011000 1101

Color Harmonies of #044031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044031

Black with #044031

Text Example


Text Example

White with #044031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044031; }

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

 H1.HeaderClassName
 {
   color: #044031;
 }
 .AnyTagClassName
 {
   color: #044031;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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