#043A1A

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

Shades of British Racing Green #043A1A

Tints of British Racing Green #043A1A

Color information

#043A1A (or 0x043A1A) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 1A. RGB value is (4,58,26). Sum of RGB (Red+Green+Blue) = 4+58+26=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 58 (23.05% from 255 or 65.91% from 88); Blue value is 26 (10.55% from 255 or 29.55% from 88); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1A is #FBC5E5. Grayscale: #262626. Windows color (decimal): -16500198 or 1718788. OLE color: 1718788.

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

Color convert

RGB45826-
CMYK0.9300.550.77
HSL144.44º87.1%12.16%-
HSV(B)144.44º93.1%22.75%-
XYZ1.753.131.49-
YUV38.21121.11103.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 58 (23.05% from 255) = 65.91%
BLUE value IS 26 (10.55% from 255) = 29.55%
R=4.55%
G=65.91%
B=29.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458260.9300.550.77144.4487.112.16
Hex43A1A5D0374D9057c
Octal4723213506711522012714
Binary100111010110101011101011011110011011001000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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