#003918

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

Shades of British Racing Green #003918

Tints of British Racing Green #003918

Color information

#003918 (or 0x003918) is unknown color: approx British Racing Green. HEX triplet: 00, 39 and 18. RGB value is (0,57,24). Sum of RGB (Red+Green+Blue) = 0+57+24=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #003918 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003918 is #FFC6E7. Grayscale: #242424. Windows color (decimal): -16762600 or 1587456. OLE color: 1587456.

HSL color Cylindrical-coordinate representation of color #003918: hue angle of 145.26º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003918 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB05724-
CMYK100.580.78
HSL145.26º100%11.18%-
HSV(B)145.26º100%22.35%-
XYZ1.632.991.36-
YUV36.19121.12102.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 70.37%
BLUE value IS 24 (9.77% from 255) = 29.63%
R=0%
G=70.37%
B=29.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05724100.580.78145.2610011.18
Hex039186403A4E9164b
Octal0713014407211622114413
Binary0111001110001100100011101010011101001000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003918; }

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

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

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

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

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

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

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

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