#043D1B

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

Shades of British Racing Green #043D1B

Tints of British Racing Green #043D1B

Color information

#043D1B (or 0x043D1B) is unknown color: approx British Racing Green. HEX triplet: 04, 3D and 1B. RGB value is (4,61,27). Sum of RGB (Red+Green+Blue) = 4+61+27=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #043D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D1B is #FBC2E4. Grayscale: #282828. Windows color (decimal): -16499429 or 1785092. OLE color: 1785092.

HSL color Cylindrical-coordinate representation of color #043D1B: hue angle of 144.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043D1B is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB46127-
CMYK0.9300.560.76
HSL144.21º87.69%12.75%-
HSV(B)144.21º93.44%23.92%-
XYZ1.923.441.6-
YUV40.08120.62102.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.35%
GREEN value IS 61 (24.22% from 255) = 66.30%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=4.35%
G=66.30%
B=29.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal461270.9300.560.76144.2187.6912.75
Hex43D1B5D0384C9058d
Octal4753313507011422013015
Binary100111101110111011101011100010011001001000010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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