#034E27

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

Shades of British Racing Green #034E27

Tints of British Racing Green #034E27

Color information

#034E27 (or 0x034E27) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 27. RGB value is (3,78,39). Sum of RGB (Red+Green+Blue) = 3+78+39=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 78 (30.86% from 255 or 65% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 78 - color contains mainly: green. Hex color #034E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E27 is #FCB1D8. Grayscale: #333333. Windows color (decimal): -16560601 or 2575875. OLE color: 2575875.

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

Color convert

RGB37839-
CMYK0.9600.500.69
HSL148.8º92.59%15.88%-
HSV(B)148.8º96.15%30.59%-
XYZ3.135.612.84-
YUV51.13121.1593.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 78 (30.86% from 255) = 65%
BLUE value IS 39 (15.62% from 255) = 32.5%
R=2.5%
G=65%
B=32.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378390.9600.500.69148.892.5915.88
Hex34E276003245955d10
Octal31164714006210522513520
Binary11100111010011111000000110010100010110010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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