#043A1F

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

Shades of British Racing Green #043A1F

Tints of British Racing Green #043A1F

Color information

#043A1F (or 0x043A1F) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 1F. RGB value is (4,58,31). Sum of RGB (Red+Green+Blue) = 4+58+31=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1F is #FBC5E0. Grayscale: #262626. Windows color (decimal): -16500193 or 2046468. OLE color: 2046468.

HSL color Cylindrical-coordinate representation of color #043A1F: hue angle of 150º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A1F is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB45831-
CMYK0.9300.470.77
HSL150º87.1%12.16%-
HSV(B)150º93.1%22.75%-
XYZ1.813.151.81-
YUV38.78123.61103.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 58 (23.05% from 255) = 62.37%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=4.30%
G=62.37%
B=33.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458310.9300.470.7715087.112.16
Hex43A1F5D02F4D9657c
Octal4723713505711522612714
Binary100111010111111011101010111110011011001011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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