#034D1B

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

Shades of British Racing Green #034D1B

Tints of British Racing Green #034D1B

Color information

#034D1B (or 0x034D1B) is unknown color: approx British Racing Green. HEX triplet: 03, 4D and 1B. RGB value is (3,77,27). Sum of RGB (Red+Green+Blue) = 3+77+27=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 77 (30.47% from 255 or 71.96% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 77 - color contains mainly: green. Hex color #034D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D1B is #FCB2E4. Grayscale: #313131. Windows color (decimal): -16560869 or 1789187. OLE color: 1789187.

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

Color convert

RGB37727-
CMYK0.9600.650.70
HSL139.46º92.5%15.69%-
HSV(B)139.46º96.1%30.2%-
XYZ2.895.411.93-
YUV49.17115.4895.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 77 (30.47% from 255) = 71.96%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=2.80%
G=71.96%
B=25.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal377270.9600.650.70139.4692.515.69
Hex34D1B60041468b5c10
Octal311533140010110621313420
Binary11100110111011110000001000001100011010001011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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