#034935

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

Shades of British Racing Green #034935

Tints of British Racing Green #034935

Color information

#034935 (or 0x034935) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 35. RGB value is (3,73,53). Sum of RGB (Red+Green+Blue) = 3+73+53=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #034935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034935 is #FCB6CA. Grayscale: #313131. Windows color (decimal): -16561867 or 3492099. OLE color: 3492099.

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

Color convert

RGB37353-
CMYK0.9600.270.71
HSL162.86º92.11%14.9%-
HSV(B)162.86º95.89%28.63%-
XYZ3.065.044.18-
YUV49.79129.8194.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=2.33%
G=56.59%
B=41.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373530.9600.270.71162.8692.1114.9
Hex349356001B47a35cf
Octal31116514003310724313417
Binary111001001110101110000001101110001111010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034935; }

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

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

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

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

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

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

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

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