#034B19

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

Shades of British Racing Green #034B19

Tints of British Racing Green #034B19

Color information

#034B19 (or 0x034B19) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 19. RGB value is (3,75,25). Sum of RGB (Red+Green+Blue) = 3+75+25=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #034B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034B19 is #FCB4E6. Grayscale: #2F2F2F. Windows color (decimal): -16561383 or 1657603. OLE color: 1657603.

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

Color convert

RGB37525-
CMYK0.9600.670.71
HSL138.33º92.31%15.29%-
HSV(B)138.33º96%29.41%-
XYZ2.735.121.76-
YUV47.77115.1596.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 75 (29.69% from 255) = 72.82%
BLUE value IS 25 (10.16% from 255) = 24.27%
R=2.91%
G=72.82%
B=24.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375250.9600.670.71138.3392.3115.29
Hex34B1960043478a5cf
Octal311331140010310721213417
Binary1110010111100111000000100001110001111000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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