#034E14

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

Shades of British Racing Green #034E14

Tints of British Racing Green #034E14

Color information

#034E14 (or 0x034E14) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 14. RGB value is (3,78,20). Sum of RGB (Red+Green+Blue) = 3+78+20=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #034E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #034E14 is #FCB1EB. Grayscale: #313131. Windows color (decimal): -16560620 or 1330691. OLE color: 1330691.

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

Color convert

RGB37820-
CMYK0.9600.740.69
HSL133.6º92.59%15.88%-
HSV(B)133.6º96.15%30.59%-
XYZ2.895.521.57-
YUV48.96111.6595.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.97%
GREEN value IS 78 (30.86% from 255) = 77.23%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=2.97%
G=77.23%
B=19.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378200.9600.740.69133.692.5915.88
Hex34E146004A45865d10
Octal311624140011210520613520
Binary11100111010100110000001001010100010110000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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