#034819

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

Shades of British Racing Green #034819

Tints of British Racing Green #034819

Color information

#034819 (or 0x034819) is unknown color: approx British Racing Green. HEX triplet: 03, 48 and 19. RGB value is (3,72,25). Sum of RGB (Red+Green+Blue) = 3+72+25=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 72 (28.52% from 255 or 72% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 72 - color contains mainly: green. Hex color #034819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034819 is #FCB7E6. Grayscale: #2E2E2E. Windows color (decimal): -16562151 or 1656835. OLE color: 1656835.

HSL color Cylindrical-coordinate representation of color #034819: hue angle of 139.13º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034819 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB37225-
CMYK0.9600.650.72
HSL139.13º92%14.71%-
HSV(B)139.13º95.83%28.24%-
XYZ2.534.721.7-
YUV46.01116.1497.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3%
GREEN value IS 72 (28.52% from 255) = 72%
BLUE value IS 25 (10.16% from 255) = 25%
R=3%
G=72%
B=25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372250.9600.650.72139.139214.71
Hex3481960041488b5cf
Octal311031140010111021313417
Binary1110010001100111000000100000110010001000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034819; }

 p { color: rgb(3,72,25); }

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

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

 a { background-color: rgb(3,72,25); }

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

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

 span { border-color: rgb(3,72,25); }

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