#034F12

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

Shades of British Racing Green #034F12

Tints of British Racing Green #034F12

Color information

#034F12 (or 0x034F12) is unknown color: approx British Racing Green. HEX triplet: 03, 4F and 12. RGB value is (3,79,18). Sum of RGB (Red+Green+Blue) = 3+79+18=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 79 (31.25% from 255 or 79% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 79 - color contains mainly: green. Hex color #034F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034F12 is #FCB0ED. Grayscale: #313131. Windows color (decimal): -16560366 or 1199875. OLE color: 1199875.

HSL color Cylindrical-coordinate representation of color #034F12: hue angle of 131.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F12 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB37918-
CMYK0.9600.770.69
HSL131.84º92.68%16.08%-
HSV(B)131.84º96.2%30.98%-
XYZ2.945.651.51-
YUV49.32110.3294.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 79 (31.25% from 255) = 79%
BLUE value IS 18 (7.42% from 255) = 18%
R=3%
G=79%
B=18%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379180.9600.770.69131.8492.6816.08
Hex34F126004D45845d10
Octal311722140011510520413520
Binary11100111110010110000001001101100010110000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034F12; }

 p { color: rgb(3,79,18); }

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

<style>
 a { background-color: #034F12; }

 a { background-color: rgb(3,79,18); }

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

<style>
 span { border-color: #034F12; }

 span { border-color: rgb(3,79,18); }

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