#034735

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

Shades of British Racing Green #034735

Tints of British Racing Green #034735

Color information

#034735 (or 0x034735) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 35. RGB value is (3,71,53). Sum of RGB (Red+Green+Blue) = 3+71+53=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #034735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034735 is #FCB8CA. Grayscale: #303030. Windows color (decimal): -16562379 or 3491587. OLE color: 3491587.

HSL color Cylindrical-coordinate representation of color #034735: hue angle of 164.12º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034735 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB37153-
CMYK0.9600.250.72
HSL164.12º91.89%14.51%-
HSV(B)164.12º95.77%27.84%-
XYZ2.934.784.14-
YUV48.62130.4795.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.36%
GREEN value IS 71 (28.12% from 255) = 55.91%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=2.36%
G=55.91%
B=41.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371530.9600.250.72164.1291.8914.51
Hex347356001948a45cf
Octal31076514003111024413417
Binary111000111110101110000001100110010001010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034735; }

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

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

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

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

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

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

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

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