#034C29

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

Shades of British Racing Green #034C29

Tints of British Racing Green #034C29

Color information

#034C29 (or 0x034C29) is unknown color: approx British Racing Green. HEX triplet: 03, 4C and 29. RGB value is (3,76,41). Sum of RGB (Red+Green+Blue) = 3+76+41=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 76 (30.08% from 255 or 63.33% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 76 - color contains mainly: green. Hex color #034C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C29 is #FCB3D6. Grayscale: #323232. Windows color (decimal): -16561111 or 2706435. OLE color: 2706435.

HSL color Cylindrical-coordinate representation of color #034C29: hue angle of 151.23º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034C29 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB37641-
CMYK0.9600.460.70
HSL151.23º92.41%15.49%-
HSV(B)151.23º96.05%29.8%-
XYZ3.025.352.97-
YUV50.18122.8294.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 76 (30.08% from 255) = 63.33%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=2.5%
G=63.33%
B=34.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal376410.9600.460.70151.2392.4115.49
Hex34C296002E46975cf
Octal31145114005610622713417
Binary1110011001010011100000010111010001101001011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,76,41); }

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

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

 a { background-color: rgb(3,76,41); }

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

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

 span { border-color: rgb(3,76,41); }

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