#043D1F

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

Shades of British Racing Green #043D1F

Tints of British Racing Green #043D1F

Color information

#043D1F (or 0x043D1F) is unknown color: approx British Racing Green. HEX triplet: 04, 3D and 1F. RGB value is (4,61,31). Sum of RGB (Red+Green+Blue) = 4+61+31=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #043D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D1F is #FBC2E0. Grayscale: #282828. Windows color (decimal): -16499425 or 2047236. OLE color: 2047236.

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

Color convert

RGB46131-
CMYK0.9300.490.76
HSL148.42º87.69%12.75%-
HSV(B)148.42º93.44%23.92%-
XYZ1.973.461.86-
YUV40.54122.62101.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.17%
GREEN value IS 61 (24.22% from 255) = 63.54%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=4.17%
G=63.54%
B=32.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal461310.9300.490.76148.4287.6912.75
Hex43D1F5D0314C9458d
Octal4753713506111422413015
Binary100111101111111011101011000110011001001010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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