#034F2C

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

Shades of British Racing Green #034F2C

Tints of British Racing Green #034F2C

Color information

#034F2C (or 0x034F2C) is unknown color: approx British Racing Green. HEX triplet: 03, 4F and 2C. RGB value is (3,79,44). Sum of RGB (Red+Green+Blue) = 3+79+44=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 79 (31.25% from 255 or 62.70% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 79 - color contains mainly: green. Hex color #034F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F2C is #FCB0D3. Grayscale: #343434. Windows color (decimal): -16560340 or 2903811. OLE color: 2903811.

HSL color Cylindrical-coordinate representation of color #034F2C: hue angle of 152.37º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F2C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB37944-
CMYK0.9600.440.69
HSL152.37º92.68%16.08%-
HSV(B)152.37º96.2%30.98%-
XYZ3.295.793.33-
YUV52.29123.3292.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 79 (31.25% from 255) = 62.70%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=2.38%
G=62.70%
B=34.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal379440.9600.440.69152.3792.6816.08
Hex34F2C6002C45985d10
Octal31175414005410523013520
Binary11100111110110011000000101100100010110011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034F2C; }

 p { color: rgb(3,79,44); }

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

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

 a { background-color: rgb(3,79,44); }

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

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

 span { border-color: rgb(3,79,44); }

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