#034729

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

Shades of British Racing Green #034729

Tints of British Racing Green #034729

Color information

#034729 (or 0x034729) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 29. RGB value is (3,71,41). Sum of RGB (Red+Green+Blue) = 3+71+41=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #034729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034729 is #FCB8D6. Grayscale: #2F2F2F. Windows color (decimal): -16562391 or 2705155. OLE color: 2705155.

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

Color convert

RGB37141-
CMYK0.9600.420.72
HSL153.53º91.89%14.51%-
HSV(B)153.53º95.77%27.84%-
XYZ2.694.692.86-
YUV47.25124.4796.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=2.61%
G=61.74%
B=35.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371410.9600.420.72153.5391.8914.51
Hex347296002A489a5cf
Octal31075114005211023213417
Binary1110001111010011100000010101010010001001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034729; }

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

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

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

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

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

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

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

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