#00401B

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

Shades of British Racing Green #00401B

Tints of British Racing Green #00401B

Color information

#00401B (or 0x00401B) is unknown color: approx British Racing Green. HEX triplet: 00, 40 and 1B. RGB value is (0,64,27). Sum of RGB (Red+Green+Blue) = 0+64+27=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #00401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00401B is #FFBFE4. Grayscale: #282828. Windows color (decimal): -16760805 or 1785856. OLE color: 1785856.

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

Color convert

RGB06427-
CMYK100.580.75
HSL145.31º100%12.55%-
HSV(B)145.31º100%25.1%-
XYZ2.033.751.65-
YUV40.65120.399.01-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=0%
G=70.33%
B=29.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06427100.580.75145.3110012.55
Hex0401B6403A4B9164d
Octal01003314407211322114415
Binary01000000110111100100011101010010111001000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00401B; }

 p { color: rgb(0,64,27); }

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

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

 a { background-color: rgb(0,64,27); }

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

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

 span { border-color: rgb(0,64,27); }

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