Html Css Color HEX #043F31 British Racing Green

📋 copy color: '#043F31'

red 4 ◦ green 63 ◦ blue 49

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

Shades of British Racing Green #043F31

Tints of British Racing Green #043F31

RGB

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

 GREEN value IS 63 (25% from 255) = 54.31%

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

R = 3.45%
G = 54.31%
B = 42.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#043F31 (or 0x043F31) is known color: British Racing Green. HEX triplet: 04, 3F and 31. RGB value is (4,63,49). Sum of RGB (Red+Green+Blue) = 4+63+49=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 63 (25% from 255 or 54.31% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 63 - color contains mainly: green. Hex color #043F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043F31 is #FBC0CE. Grayscale: #2B2B2B. Windows color (decimal): -16498895 or 3227396. OLE color: 3227396.

HSL color Cylindrical-coordinate representation of color #043F31: hue angle of 165.76º 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 #043F31 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 63 49 -
CMYK 0.94 0 0.22 0.75
HSL 165.76º 0.88% 0.13% -
HSV(B) 165.76º 0.94% 0.25% -
XYZ 2.38 3.8 3.51 -
YUV 43.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 4 63 49 0.94 0 0.22 0.75 165.76 0.88 0.13
Hex 4 3F 31 5E 0 16 4B A6 58 D
Octal 4 77 61 136 0 26 113 246 130 15
Binary 100 111111 110001 1011110 0 10110 1001011 10100110 1011000 1101

Color Harmonies of #043F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043F31

Black with #043F31

Text Example


Text Example

White with #043F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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