#004B18

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

Shades of British Racing Green #004B18

Tints of British Racing Green #004B18

Color information

#004B18 (or 0x004B18) is unknown color: approx British Racing Green. HEX triplet: 00, 4B and 18. RGB value is (0,75,24). Sum of RGB (Red+Green+Blue) = 0+75+24=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 75 (29.69% from 255 or 75.76% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 75 - color contains mainly: green. Hex color #004B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004B18 is #FFB4E7. Grayscale: #2E2E2E. Windows color (decimal): -16757992 or 1592064. OLE color: 1592064.

HSL color Cylindrical-coordinate representation of color #004B18: hue angle of 139.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B18 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB07524-
CMYK100.680.71
HSL139.2º100%14.71%-
HSV(B)139.2º100%29.41%-
XYZ2.685.11.71-
YUV46.76115.1594.65-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 75.76%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=0%
G=75.76%
B=24.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07524100.680.71139.210014.71
Hex04B1864044478b64f
Octal011330144010410721314417
Binary010010111100011001000100010010001111000101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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