#034724

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

Shades of British Racing Green #034724

Tints of British Racing Green #034724

Color information

#034724 (or 0x034724) is unknown color: approx British Racing Green. HEX triplet: 03, 47 and 24. RGB value is (3,71,36). Sum of RGB (Red+Green+Blue) = 3+71+36=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #034724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034724 is #FCB8DB. Grayscale: #2E2E2E. Windows color (decimal): -16562396 or 2377475. OLE color: 2377475.

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

Color convert

RGB37136-
CMYK0.9600.490.72
HSL149.12º91.89%14.51%-
HSV(B)149.12º95.77%27.84%-
XYZ2.614.652.43-
YUV46.68121.9796.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=2.73%
G=64.55%
B=32.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371360.9600.490.72149.1291.8914.51
Hex347246003148955cf
Octal31074414006111022513417
Binary1110001111001001100000011000110010001001010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034724; }

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

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

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

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

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

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

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

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