#043A1D

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

Shades of British Racing Green #043A1D

Tints of British Racing Green #043A1D

Color information

#043A1D (or 0x043A1D) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 1D. RGB value is (4,58,29). Sum of RGB (Red+Green+Blue) = 4+58+29=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1D is #FBC5E2. Grayscale: #262626. Windows color (decimal): -16500195 or 1915396. OLE color: 1915396.

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

Color convert

RGB45829-
CMYK0.9300.50.77
HSL147.78º87.1%12.16%-
HSV(B)147.78º93.1%22.75%-
XYZ1.783.141.67-
YUV38.55122.61103.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=4.40%
G=63.74%
B=31.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458290.9300.50.77147.7887.112.16
Hex43A1D5D0324D9457c
Octal4723513506211522412714
Binary100111010111011011101011001010011011001010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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