#00411C

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

Shades of British Racing Green #00411C

Tints of British Racing Green #00411C

Color information

#00411C (or 0x00411C) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 1C. RGB value is (0,65,28). Sum of RGB (Red+Green+Blue) = 0+65+28=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #00411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00411C is #FFBEE3. Grayscale: #292929. Windows color (decimal): -16760548 or 1851648. OLE color: 1851648.

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

Color convert

RGB06528-
CMYK100.570.75
HSL145.85º100%12.75%-
HSV(B)145.85º100%25.49%-
XYZ2.13.861.73-
YUV41.35120.4798.51-

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) = 69.89%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=0%
G=69.89%
B=30.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06528100.570.75145.8510012.75
Hex0411C640394B9264d
Octal01013414407111322214415
Binary01000001111001100100011100110010111001001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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