#034728

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

Shades of British Racing Green #034728

Tints of British Racing Green #034728

Color information

#034728 (or 0x034728) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 28. RGB value is (3,71,40). Sum of RGB (Red+Green+Blue) = 3+71+40=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #034728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034728 is #FCB8D7. Grayscale: #2F2F2F. Windows color (decimal): -16562392 or 2639619. OLE color: 2639619.

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

Color convert

RGB37140-
CMYK0.9600.440.72
HSL152.65º91.89%14.51%-
HSV(B)152.65º95.77%27.84%-
XYZ2.674.682.77-
YUV47.13123.9796.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=2.63%
G=62.28%
B=35.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371400.9600.440.72152.6591.8914.51
Hex347286002C48995cf
Octal31075014005411023113417
Binary1110001111010001100000010110010010001001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034728; }

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

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

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

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

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

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

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

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