#034333

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

Shades of British Racing Green #034333

Tints of British Racing Green #034333

Color information

#034333 (or 0x034333) is unknown color: approx British Racing Green. HEX triplet: 03, 43 and 33. RGB value is (3,67,51). Sum of RGB (Red+Green+Blue) = 3+67+51=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #034333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034333 is #FCBCCC. Grayscale: #2E2E2E. Windows color (decimal): -16563405 or 3359491. OLE color: 3359491.

HSL color Cylindrical-coordinate representation of color #034333: hue angle of 165º 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 #034333 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB36751-
CMYK0.9600.240.74
HSL165º91.43%13.73%-
HSV(B)165º95.52%26.27%-
XYZ2.644.273.82-
YUV46.04130.897.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=2.48%
G=55.37%
B=42.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal367510.9600.240.7416591.4313.73
Hex34333600184Aa55be
Octal31036314003011224513316
Binary111000011110011110000001100010010101010010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034333; }

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

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

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

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

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

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

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

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