#034928

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

Shades of British Racing Green #034928

Tints of British Racing Green #034928

Color information

#034928 (or 0x034928) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 28. RGB value is (3,73,40). Sum of RGB (Red+Green+Blue) = 3+73+40=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #034928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034928 is #FCB6D7. Grayscale: #303030. Windows color (decimal): -16561880 or 2640131. OLE color: 2640131.

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

Color convert

RGB37340-
CMYK0.9600.450.71
HSL151.71º92.11%14.9%-
HSV(B)151.71º95.89%28.63%-
XYZ2.84.942.81-
YUV48.31123.3195.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=2.59%
G=62.93%
B=34.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373400.9600.450.71151.7192.1114.9
Hex349286002D47985cf
Octal31115014005510723013417
Binary1110010011010001100000010110110001111001100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034928; }

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

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

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

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

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

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

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

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