#034329

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

Shades of British Racing Green #034329

Tints of British Racing Green #034329

Color information

#034329 (or 0x034329) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 29. RGB value is (3,67,41). Sum of RGB (Red+Green+Blue) = 3+67+41=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #034329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034329 is #FCBCD6. Grayscale: #2C2C2C. Windows color (decimal): -16563415 or 2704131. OLE color: 2704131.

HSL color Cylindrical-coordinate representation of color #034329: hue angle of 155.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034329 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB36741-
CMYK0.9600.390.74
HSL155.62º91.43%13.73%-
HSV(B)155.62º95.52%26.27%-
XYZ2.444.192.78-
YUV44.9125.898.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 67 (26.56% from 255) = 60.36%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=2.70%
G=60.36%
B=36.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367410.9600.390.74155.6291.4313.73
Hex34329600274A9c5be
Octal31035114004711223413316
Binary1110000111010011100000010011110010101001110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034329; }

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

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

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

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

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

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

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

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