Html Css Color HEX #00401D British Racing Green

📋 copy color: '#00401D'

red 0 ◦ green 64 ◦ blue 29

#00401D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #00401D

Tints of British Racing Green #00401D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 64 (25.39% from 255) = 68.82%

 BLUE value IS 29 (11.72% from 255) = 31.18%

R = 0%
G = 68.82%
B = 31.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#00401D (or 0x00401D) is known color: British Racing Green. HEX triplet: 00, 40 and 1D. RGB value is (0,64,29). Sum of RGB (Red+Green+Blue) = 0+64+29=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #00401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00401D is #FFBFE2. Grayscale: #282828. Windows color (decimal): -16760803 or 1916928. OLE color: 1916928.

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

Color convert

RGB 0 64 29 -
CMYK 1 0 0.55 0.75
HSL 147.19º 1% 0.13% -
HSV(B) 147.19º 1% 0.25% -
XYZ 2.06 3.76 1.78 -
YUV 40.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 0 64 29 1 0 0.55 0.75 147.19 1 0.13
Hex 0 40 1D 64 0 37 4B 93 64 D
Octal 0 100 35 144 0 67 113 223 144 15
Binary 0 1000000 11101 1100100 0 110111 1001011 10010011 1100100 1101

Color Harmonies of #00401D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00401D

Black with #00401D

Text Example


Text Example

White with #00401D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00401D;
 }
 .AnyTagClassName
 {
   color: #00401D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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