#034E1C

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

Shades of British Racing Green #034E1C

Tints of British Racing Green #034E1C

Color information

#034E1C (or 0x034E1C) is unknown color: approx British Racing Green. HEX triplet: 03, 4E and 1C. RGB value is (3,78,28). Sum of RGB (Red+Green+Blue) = 3+78+28=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #034E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E1C is #FCB1E3. Grayscale: #313131. Windows color (decimal): -16560612 or 1854979. OLE color: 1854979.

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

Color convert

RGB37828-
CMYK0.9600.640.69
HSL140º92.59%15.88%-
HSV(B)140º96.15%30.59%-
XYZ2.975.552.01-
YUV49.87115.6594.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 78 (30.86% from 255) = 71.56%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=2.75%
G=71.56%
B=25.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal378280.9600.640.6914092.5915.88
Hex34E1C60040458c5d10
Octal311634140010010521413520
Binary11100111011100110000001000000100010110001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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