#034029

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

Shades of British Racing Green #034029

Tints of British Racing Green #034029

Color information

#034029 (or 0x034029) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 29. RGB value is (3,64,41). Sum of RGB (Red+Green+Blue) = 3+64+41=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #034029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034029 is #FCBFD6. Grayscale: #2B2B2B. Windows color (decimal): -16564183 or 2703363. OLE color: 2703363.

HSL color Cylindrical-coordinate representation of color #034029: hue angle of 157.38º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034029 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB36441-
CMYK0.9500.360.75
HSL157.38º91.04%13.14%-
HSV(B)157.38º95.31%25.1%-
XYZ2.273.852.72-
YUV43.14126.7999.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 64 (25.39% from 255) = 59.26%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=2.78%
G=59.26%
B=37.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364410.9500.360.75157.3891.0413.14
Hex340295F0244B9d5bd
Octal31005113704411323513315
Binary1110000001010011011111010010010010111001110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034029; }

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

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

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

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

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

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

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

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