#043D1E

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

Shades of British Racing Green #043D1E

Tints of British Racing Green #043D1E

Color information

#043D1E (or 0x043D1E) is unknown color: approx British Racing Green. HEX triplet: 04, 3D and 1E. RGB value is (4,61,30). Sum of RGB (Red+Green+Blue) = 4+61+30=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 61 (24.22% from 255 or 64.21% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 61 - color contains mainly: green. Hex color #043D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D1E is #FBC2E1. Grayscale: #282828. Windows color (decimal): -16499426 or 1981700. OLE color: 1981700.

HSL color Cylindrical-coordinate representation of color #043D1E: hue angle of 147.37º 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 #043D1E is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.

Color convert

RGB46130-
CMYK0.9300.510.76
HSL147.37º87.69%12.75%-
HSV(B)147.37º93.44%23.92%-
XYZ1.953.461.79-
YUV40.42122.12102.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 61 (24.22% from 255) = 64.21%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=4.21%
G=64.21%
B=31.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal461300.9300.510.76147.3787.6912.75
Hex43D1E5D0334C9358d
Octal4753613506311422313015
Binary100111101111101011101011001110011001001001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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