#00411E

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

Shades of British Racing Green #00411E

Tints of British Racing Green #00411E

Color information

#00411E (or 0x00411E) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 1E. RGB value is (0,65,30). Sum of RGB (Red+Green+Blue) = 0+65+30=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #00411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411E is #FFBEE1. Grayscale: #292929. Windows color (decimal): -16760546 or 1982720. OLE color: 1982720.

HSL color Cylindrical-coordinate representation of color #00411E: hue angle of 147.69º 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 #00411E is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB06530-
CMYK100.540.75
HSL147.69º100%12.75%-
HSV(B)147.69º100%25.49%-
XYZ2.123.871.86-
YUV41.58121.4798.35-

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) = 68.42%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=0%
G=68.42%
B=31.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06530100.540.75147.6910012.75
Hex0411E640364B9464d
Octal01013614406611322414415
Binary01000001111101100100011011010010111001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00411E; }

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

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

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

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

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

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

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

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