#034033

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

Shades of British Racing Green #034033

Tints of British Racing Green #034033

Color information

#034033 (or 0x034033) is unknown color: approx British Racing Green. HEX triplet: 03, 40 and 33. RGB value is (3,64,51). Sum of RGB (Red+Green+Blue) = 3+64+51=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #034033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034033 is #FCBFCC. Grayscale: #2C2C2C. Windows color (decimal): -16564173 or 3358723. OLE color: 3358723.

HSL color Cylindrical-coordinate representation of color #034033: hue angle of 167.21º 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 #034033 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB36451-
CMYK0.9500.200.75
HSL167.21º91.04%13.14%-
HSV(B)167.21º95.31%25.1%-
XYZ2.473.933.76-
YUV44.28131.7998.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 64 (25.39% from 255) = 54.24%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=2.54%
G=54.24%
B=43.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal364510.9500.200.75167.2191.0413.14
Hex340335F0144Ba75bd
Octal31006313702411324713315
Binary111000000110011101111101010010010111010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034033; }

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

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

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

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

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

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

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

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