#043E1F

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

Shades of British Racing Green #043E1F

Tints of British Racing Green #043E1F

Color information

#043E1F (or 0x043E1F) is unknown color: approx British Racing Green. HEX triplet: 04, 3E and 1F. RGB value is (4,62,31). Sum of RGB (Red+Green+Blue) = 4+62+31=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 62 (24.61% from 255 or 63.92% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 62 - color contains mainly: green. Hex color #043E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043E1F is #FBC1E0. Grayscale: #292929. Windows color (decimal): -16499169 or 2047492. OLE color: 2047492.

HSL color Cylindrical-coordinate representation of color #043E1F: hue angle of 147.93º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #043E1F is Cyan = 0.94, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB46231-
CMYK0.9400.50.76
HSL147.93º87.88%12.94%-
HSV(B)147.93º93.55%24.31%-
XYZ2.023.571.88-
YUV41.12122.28101.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.12%
GREEN value IS 62 (24.61% from 255) = 63.92%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=4.12%
G=63.92%
B=31.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal462310.9400.50.76147.9387.8812.94
Hex43E1F5E0324C9458d
Octal4763713606211422413015
Binary100111110111111011110011001010011001001010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,62,31); }

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

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

 a { background-color: rgb(4,62,31); }

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

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

 span { border-color: rgb(4,62,31); }

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