#00461D

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

Shades of British Racing Green #00461D

Tints of British Racing Green #00461D

Color information

#00461D (or 0x00461D) is unknown color: approx British Racing Green. HEX triplet: 00, 46 and 1D. RGB value is (0,70,29). Sum of RGB (Red+Green+Blue) = 0+70+29=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #00461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461D is #FFB9E2. Grayscale: #2C2C2C. Windows color (decimal): -16759267 or 1918464. OLE color: 1918464.

HSL color Cylindrical-coordinate representation of color #00461D: hue angle of 144.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00461D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB07029-
CMYK100.590.73
HSL144.86º100%13.73%-
HSV(B)144.86º100%27.45%-
XYZ2.414.471.9-
YUV44.4119.3196.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 70.71%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=0%
G=70.71%
B=29.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07029100.590.73144.8610013.73
Hex0461D6403B499164e
Octal01063514407311122114416
Binary01000110111011100100011101110010011001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00461D; }

 p { color: rgb(0,70,29); }

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

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

 a { background-color: rgb(0,70,29); }

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

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

 span { border-color: rgb(0,70,29); }

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