#00411A

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

Shades of British Racing Green #00411A

Tints of British Racing Green #00411A

Color information

#00411A (or 0x00411A) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 1A. RGB value is (0,65,26). Sum of RGB (Red+Green+Blue) = 0+65+26=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #00411A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411A is #FFBEE5. Grayscale: #292929. Windows color (decimal): -16760550 or 1720576. OLE color: 1720576.

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

Color convert

RGB06526-
CMYK100.600.75
HSL144º100%12.75%-
HSV(B)144º100%25.49%-
XYZ2.083.861.61-
YUV41.12119.4798.67-

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) = 71.43%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=0%
G=71.43%
B=28.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06526100.600.7514410012.75
Hex0411A6403C4B9064d
Octal01013214407411322014415
Binary01000001110101100100011110010010111001000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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