#034B2F

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

Shades of British Racing Green #034B2F

Tints of British Racing Green #034B2F

Color information

#034B2F (or 0x034B2F) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 2F. RGB value is (3,75,47). Sum of RGB (Red+Green+Blue) = 3+75+47=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #034B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B2F is #FCB4D0. Grayscale: #323232. Windows color (decimal): -16561361 or 3099395. OLE color: 3099395.

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

Color convert

RGB37547-
CMYK0.9600.370.71
HSL156.67º92.31%15.29%-
HSV(B)156.67º96%29.41%-
XYZ3.075.263.54-
YUV50.28126.1594.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 75 (29.69% from 255) = 60%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=2.4%
G=60%
B=37.6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375470.9600.370.71156.6792.3115.29
Hex34B2F60025479d5cf
Octal31135714004510723513417
Binary1110010111011111100000010010110001111001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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