#003818

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

Shades of British Racing Green #003818

Tints of British Racing Green #003818

Color information

#003818 (or 0x003818) is unknown color: approx British Racing Green. HEX triplet: 00, 38 and 18. RGB value is (0,56,24). Sum of RGB (Red+Green+Blue) = 0+56+24=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #003818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003818 is #FFC7E7. Grayscale: #232323. Windows color (decimal): -16762856 or 1587200. OLE color: 1587200.

HSL color Cylindrical-coordinate representation of color #003818: hue angle of 145.71º 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 #003818 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB05624-
CMYK100.570.78
HSL145.71º100%10.98%-
HSV(B)145.71º100%21.96%-
XYZ1.582.891.34-
YUV35.61121.45102.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 70%
BLUE value IS 24 (9.77% from 255) = 30%
R=0%
G=70%
B=30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05624100.570.78145.7110010.98
Hex03818640394E9264b
Octal0703014407111622214413
Binary0111000110001100100011100110011101001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003818; }

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

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

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

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

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

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

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

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