#034E15

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

Shades of British Racing Green #034E15

Tints of British Racing Green #034E15

Color information

#034E15 (or 0x034E15) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 15. RGB value is (3,78,21). Sum of RGB (Red+Green+Blue) = 3+78+21=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 78 (30.86% from 255 or 76.47% from 102); Blue value is 21 (8.59% from 255 or 20.59% from 102); Max value from RGB is 78 - color contains mainly: green. Hex color #034E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E15 is #FCB1EA. Grayscale: #313131. Windows color (decimal): -16560619 or 1396227. OLE color: 1396227.

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

Color convert

RGB37821-
CMYK0.9600.730.69
HSL134.4º92.59%15.88%-
HSV(B)134.4º96.15%30.59%-
XYZ2.95.521.62-
YUV49.08112.1595.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 78 (30.86% from 255) = 76.47%
BLUE value IS 21 (8.59% from 255) = 20.59%
R=2.94%
G=76.47%
B=20.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378210.9600.730.69134.492.5915.88
Hex34E156004945865d10
Octal311625140011110520613520
Binary11100111010101110000001001001100010110000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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