#034D2B

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

Shades of British Racing Green #034D2B

Tints of British Racing Green #034D2B

Color information

#034D2B (or 0x034D2B) is unknown color: approx British Racing Green. HEX triplet: 03, 4D and 2B. RGB value is (3,77,43). Sum of RGB (Red+Green+Blue) = 3+77+43=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #034D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D2B is #FCB2D4. Grayscale: #333333. Windows color (decimal): -16560853 or 2837763. OLE color: 2837763.

HSL color Cylindrical-coordinate representation of color #034D2B: hue angle of 152.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D2B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB37743-
CMYK0.9600.440.70
HSL152.43º92.5%15.69%-
HSV(B)152.43º96.1%30.2%-
XYZ3.135.53.18-
YUV51123.4893.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 77 (30.47% from 255) = 62.60%
BLUE value IS 43 (17.19% from 255) = 34.96%
R=2.44%
G=62.60%
B=34.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal377430.9600.440.70152.4392.515.69
Hex34D2B6002C46985c10
Octal31155314005410623013420
Binary11100110110101111000000101100100011010011000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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