#034914

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

Shades of British Racing Green #034914

Tints of British Racing Green #034914

Color information

#034914 (or 0x034914) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 14. RGB value is (3,73,20). Sum of RGB (Red+Green+Blue) = 3+73+20=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #034914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034914 is #FCB6EB. Grayscale: #2E2E2E. Windows color (decimal): -16561900 or 1329411. OLE color: 1329411.

HSL color Cylindrical-coordinate representation of color #034914: hue angle of 134.57º 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 #034914 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB37320-
CMYK0.9600.730.71
HSL134.57º92.11%14.9%-
HSV(B)134.57º95.89%28.63%-
XYZ2.554.831.46-
YUV46.03113.3197.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 73 (28.91% from 255) = 76.04%
BLUE value IS 20 (8.20% from 255) = 20.83%
R=3.12%
G=76.04%
B=20.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373200.9600.730.71134.5792.1114.9
Hex349146004947875cf
Octal311124140011110720713417
Binary1110010011010011000000100100110001111000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034914; }

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

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

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

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

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

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

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

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