#043D2C

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

Shades of British Racing Green #043D2C

Tints of British Racing Green #043D2C

Color information

#043D2C (or 0x043D2C) is unknown color: approx British Racing Green. HEX triplet: 04, 3D and 2C. RGB value is (4,61,44). Sum of RGB (Red+Green+Blue) = 4+61+44=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #043D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043D2C is #FBC2D3. Grayscale: #2A2A2A. Windows color (decimal): -16499412 or 2899204. OLE color: 2899204.

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

Color convert

RGB46144-
CMYK0.9300.280.76
HSL162.11º87.69%12.75%-
HSV(B)162.11º93.44%23.92%-
XYZ2.173.552.95-
YUV42.02129.12100.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 61 (24.22% from 255) = 55.96%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=3.67%
G=55.96%
B=40.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal461440.9300.280.76162.1187.6912.75
Hex43D2C5D01C4Ca258d
Octal4755413503411424213015
Binary100111101101100101110101110010011001010001010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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