#004115

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

Shades of British Racing Green #004115

Tints of British Racing Green #004115

Color information

#004115 (or 0x004115) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 15. RGB value is (0,65,21). Sum of RGB (Red+Green+Blue) = 0+65+21=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #004115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004115 is #FFBEEA. Grayscale: #282828. Windows color (decimal): -16760555 or 1392896. OLE color: 1392896.

HSL color Cylindrical-coordinate representation of color #004115: hue angle of 139.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004115 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB06521-
CMYK100.680.75
HSL139.38º100%12.75%-
HSV(B)139.38º100%25.49%-
XYZ2.033.831.34-
YUV40.55116.9799.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 75.58%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=0%
G=75.58%
B=24.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06521100.680.75139.3810012.75
Hex04115640444B8b64d
Octal010125144010411321314415
Binary010000011010111001000100010010010111000101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004115; }

 p { color: rgb(0,65,21); }

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

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

 a { background-color: rgb(0,65,21); }

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

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

 span { border-color: rgb(0,65,21); }

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