#034D34

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

Shades of British Racing Green #034D34

Tints of British Racing Green #034D34

Color information

#034D34 (or 0x034D34) is unknown color: approx British Racing Green. HEX triplet: 03, 4D and 34. RGB value is (3,77,52). Sum of RGB (Red+Green+Blue) = 3+77+52=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #034D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D34 is #FCB2CB. Grayscale: #343434. Windows color (decimal): -16560844 or 3427587. OLE color: 3427587.

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

Color convert

RGB37752-
CMYK0.9600.320.70
HSL159.73º92.5%15.69%-
HSV(B)159.73º96.1%30.2%-
XYZ3.315.584.15-
YUV52.02127.9893.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 77 (30.47% from 255) = 58.33%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=2.27%
G=58.33%
B=39.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal377520.9600.320.70159.7392.515.69
Hex34D346002046a05c10
Octal31156414004010624013420
Binary11100110111010011000000100000100011010100000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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