#034E2E

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

Shades of British Racing Green #034E2E

Tints of British Racing Green #034E2E

Color information

#034E2E (or 0x034E2E) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 2E. RGB value is (3,78,46). Sum of RGB (Red+Green+Blue) = 3+78+46=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #034E2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E2E is #FCB1D1. Grayscale: #333333. Windows color (decimal): -16560594 or 3034627. OLE color: 3034627.

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

Color convert

RGB37846-
CMYK0.9600.410.69
HSL154.4º92.59%15.88%-
HSV(B)154.4º96.15%30.59%-
XYZ3.265.673.51-
YUV51.93124.6593.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=2.36%
G=61.42%
B=36.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378460.9600.410.69154.492.5915.88
Hex34E2E60029459a5d10
Octal31165614005110523213520
Binary11100111010111011000000101001100010110011010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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