#043A1E

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

Shades of British Racing Green #043A1E

Tints of British Racing Green #043A1E

Color information

#043A1E (or 0x043A1E) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 1E. RGB value is (4,58,30). Sum of RGB (Red+Green+Blue) = 4+58+30=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1E is #FBC5E1. Grayscale: #262626. Windows color (decimal): -16500194 or 1980932. OLE color: 1980932.

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

Color convert

RGB45830-
CMYK0.9300.480.77
HSL148.89º87.1%12.16%-
HSV(B)148.89º93.1%22.75%-
XYZ1.83.151.74-
YUV38.66123.11103.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 58 (23.05% from 255) = 63.04%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=4.35%
G=63.04%
B=32.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458300.9300.480.77148.8987.112.16
Hex43A1E5D0304D9557c
Octal4723613506011522512714
Binary100111010111101011101011000010011011001010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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