#034B18

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

Shades of British Racing Green #034B18

Tints of British Racing Green #034B18

Color information

#034B18 (or 0x034B18) is unknown color: approx British Racing Green. HEX triplet: 03, 4B and 18. RGB value is (3,75,24). Sum of RGB (Red+Green+Blue) = 3+75+24=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #034B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034B18 is #FCB4E7. Grayscale: #2F2F2F. Windows color (decimal): -16561384 or 1592067. OLE color: 1592067.

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

Color convert

RGB37524-
CMYK0.9600.680.71
HSL137.5º92.31%15.29%-
HSV(B)137.5º96%29.41%-
XYZ2.725.121.71-
YUV47.66114.6596.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 75 (29.69% from 255) = 73.53%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=2.94%
G=73.53%
B=23.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal375240.9600.680.71137.592.3115.29
Hex34B1860044478a5cf
Octal311330140010410721213417
Binary1110010111100011000000100010010001111000101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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