#034931

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

Shades of British Racing Green #034931

Tints of British Racing Green #034931

Color information

#034931 (or 0x034931) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 31. RGB value is (3,73,49). Sum of RGB (Red+Green+Blue) = 3+73+49=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 73 (28.91% from 255 or 58.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 73 - color contains mainly: green. Hex color #034931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034931 is #FCB6CE. Grayscale: #313131. Windows color (decimal): -16561871 or 3229955. OLE color: 3229955.

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

Color convert

RGB37349-
CMYK0.9600.330.71
HSL159.43º92.11%14.9%-
HSV(B)159.43º95.89%28.63%-
XYZ2.975.013.72-
YUV49.33127.8194.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 73 (28.91% from 255) = 58.4%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=2.4%
G=58.4%
B=39.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373490.9600.330.71159.4392.1114.9
Hex3493160021479f5cf
Octal31116114004110723713417
Binary1110010011100011100000010000110001111001111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034931; }

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

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

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

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

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

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

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

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