#034B2A

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

Shades of British Racing Green #034B2A

Tints of British Racing Green #034B2A

Color information

#034B2A (or 0x034B2A) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 2A. RGB value is (3,75,42). Sum of RGB (Red+Green+Blue) = 3+75+42=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 75 (29.69% from 255 or 62.5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 75 - color contains mainly: green. Hex color #034B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B2A is #FCB4D5. Grayscale: #313131. Windows color (decimal): -16561366 or 2771715. OLE color: 2771715.

HSL color Cylindrical-coordinate representation of color #034B2A: hue angle of 152.5º 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 #034B2A is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB37542-
CMYK0.9600.440.71
HSL152.5º92.31%15.29%-
HSV(B)152.5º96%29.41%-
XYZ2.975.223.04-
YUV49.71123.6594.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 75 (29.69% from 255) = 62.5%
BLUE value IS 42 (16.80% from 255) = 35%
R=2.5%
G=62.5%
B=35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375420.9600.440.71152.592.3115.29
Hex34B2A6002C47985cf
Octal31135214005410723013417
Binary1110010111010101100000010110010001111001100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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