#034A1E

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

Shades of British Racing Green #034A1E

Tints of British Racing Green #034A1E

Color information

#034A1E (or 0x034A1E) is unknown color: approx British Racing Green. HEX triplet: 03, 4A and 1E. RGB value is (3,74,30). Sum of RGB (Red+Green+Blue) = 3+74+30=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #034A1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A1E is #FCB5E1. Grayscale: #2F2F2F. Windows color (decimal): -16561634 or 1985027. OLE color: 1985027.

HSL color Cylindrical-coordinate representation of color #034A1E: hue angle of 142.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034A1E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB37430-
CMYK0.9600.590.71
HSL142.82º92.21%15.1%-
HSV(B)142.82º95.95%29.02%-
XYZ2.725.012.05-
YUV47.76117.9896.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 74 (29.30% from 255) = 69.16%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=2.80%
G=69.16%
B=28.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal374300.9600.590.71142.8292.2115.1
Hex34A1E6003B478f5cf
Octal31123614007310721713417
Binary111001010111101100000011101110001111000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,74,30); }

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

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

 a { background-color: rgb(3,74,30); }

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

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

 span { border-color: rgb(3,74,30); }

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