#034E12

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

Shades of British Racing Green #034E12

Tints of British Racing Green #034E12

Color information

#034E12 (or 0x034E12) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 12. RGB value is (3,78,18). Sum of RGB (Red+Green+Blue) = 3+78+18=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 78 (30.86% from 255 or 78.79% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 78 - color contains mainly: green. Hex color #034E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E12 is #FCB1ED. Grayscale: #303030. Windows color (decimal): -16560622 or 1199619. OLE color: 1199619.

HSL color Cylindrical-coordinate representation of color #034E12: hue angle of 132º 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 #034E12 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB37818-
CMYK0.9600.770.69
HSL132º92.59%15.88%-
HSV(B)132º96.15%30.59%-
XYZ2.875.511.48-
YUV48.73110.6595.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 78 (30.86% from 255) = 78.79%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=3.03%
G=78.79%
B=18.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
Decimal378180.9600.770.6913292.5915.88
Hex34E126004D45845d10
Octal311622140011510520413520
Binary11100111010010110000001001101100010110000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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