#034730

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

Shades of British Racing Green #034730

Tints of British Racing Green #034730

Color information

#034730 (or 0x034730) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 30. RGB value is (3,71,48). Sum of RGB (Red+Green+Blue) = 3+71+48=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #034730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034730 is #FCB8CF. Grayscale: #303030. Windows color (decimal): -16562384 or 3163907. OLE color: 3163907.

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

Color convert

RGB37148-
CMYK0.9600.320.72
HSL159.71º91.89%14.51%-
HSV(B)159.71º95.77%27.84%-
XYZ2.824.743.56-
YUV48.05127.9795.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 48 (19.14% from 255) = 39.34%
R=2.46%
G=58.20%
B=39.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371480.9600.320.72159.7191.8914.51
Hex347306002048a05cf
Octal31076014004011024013417
Binary1110001111100001100000010000010010001010000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034730; }

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

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

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

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

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

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

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

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