#034B33

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

Shades of British Racing Green #034B33

Tints of British Racing Green #034B33

Color information

#034B33 (or 0x034B33) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 33. RGB value is (3,75,51). Sum of RGB (Red+Green+Blue) = 3+75+51=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 75 (29.69% from 255 or 58.14% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 75 - color contains mainly: green. Hex color #034B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B33 is #FCB4CC. Grayscale: #323232. Windows color (decimal): -16561357 or 3361539. OLE color: 3361539.

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

Color convert

RGB37551-
CMYK0.9600.320.71
HSL160º92.31%15.29%-
HSV(B)160º96%29.41%-
XYZ3.155.293.99-
YUV50.74128.1593.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.33%
GREEN value IS 75 (29.69% from 255) = 58.14%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=2.33%
G=58.14%
B=39.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375510.9600.320.7116092.3115.29
Hex34B336002047a05cf
Octal31136314004010724013417
Binary1110010111100111100000010000010001111010000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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