#034B2B

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

Shades of British Racing Green #034B2B

Tints of British Racing Green #034B2B

Color information

#034B2B (or 0x034B2B) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 2B. RGB value is (3,75,43). Sum of RGB (Red+Green+Blue) = 3+75+43=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 75 (29.69% from 255 or 61.98% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 75 - color contains mainly: green. Hex color #034B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B2B is #FCB4D4. Grayscale: #313131. Windows color (decimal): -16561365 or 2837251. OLE color: 2837251.

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

Color convert

RGB37543-
CMYK0.9600.430.71
HSL153.33º92.31%15.29%-
HSV(B)153.33º96%29.41%-
XYZ2.995.233.14-
YUV49.82124.1594.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 75 (29.69% from 255) = 61.98%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=2.48%
G=61.98%
B=35.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375430.9600.430.71153.3392.3115.29
Hex34B2B6002B47995cf
Octal31135314005310723113417
Binary1110010111010111100000010101110001111001100110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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