#043A1B

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

Shades of British Racing Green #043A1B

Tints of British Racing Green #043A1B

Color information

#043A1B (or 0x043A1B) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 1B. RGB value is (4,58,27). Sum of RGB (Red+Green+Blue) = 4+58+27=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #043A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043A1B is #FBC5E4. Grayscale: #262626. Windows color (decimal): -16500197 or 1784324. OLE color: 1784324.

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

Color convert

RGB45827-
CMYK0.9300.530.77
HSL145.56º87.1%12.16%-
HSV(B)145.56º93.1%22.75%-
XYZ1.763.131.55-
YUV38.32121.61103.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.49%
GREEN value IS 58 (23.05% from 255) = 65.17%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=4.49%
G=65.17%
B=30.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458270.9300.530.77145.5687.112.16
Hex43A1B5D0354D9257c
Octal4723313506511522212714
Binary100111010110111011101011010110011011001001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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