#034917

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

Shades of British Racing Green #034917

Tints of British Racing Green #034917

Color information

#034917 (or 0x034917) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 17. RGB value is (3,73,23). Sum of RGB (Red+Green+Blue) = 3+73+23=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 73 (28.91% from 255 or 73.74% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 73 - color contains mainly: green. Hex color #034917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034917 is #FCB6E8. Grayscale: #2E2E2E. Windows color (decimal): -16561897 or 1526019. OLE color: 1526019.

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

Color convert

RGB37323-
CMYK0.9600.680.71
HSL137.14º92.11%14.9%-
HSV(B)137.14º95.89%28.63%-
XYZ2.574.851.61-
YUV46.37114.8197.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.03%
GREEN value IS 73 (28.91% from 255) = 73.74%
BLUE value IS 23 (9.38% from 255) = 23.23%
R=3.03%
G=73.74%
B=23.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373230.9600.680.71137.1492.1114.9
Hex349176004447895cf
Octal311127140010410721113417
Binary1110010011011111000000100010010001111000100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034917; }

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

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

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

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

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

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

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

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