Html Css Color HEX #00401C British Racing Green

📋 copy color: '#00401C'

red 0 ◦ green 64 ◦ blue 28

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

Shades of British Racing Green #00401C

Tints of British Racing Green #00401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 0%
G = 69.57%
B = 30.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#00401C (or 0x00401C) is known color: British Racing Green. HEX triplet: 00, 40 and 1C. RGB value is (0,64,28). Sum of RGB (Red+Green+Blue) = 0+64+28=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #00401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00401C is #FFBFE3. Grayscale: #282828. Windows color (decimal): -16760804 or 1851392. OLE color: 1851392.

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

Color convert

RGB 0 64 28 -
CMYK 1 0 0.56 0.75
HSL 146.25º 1% 0.13% -
HSV(B) 146.25º 1% 0.25% -
XYZ 2.04 3.75 1.71 -
YUV 40.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 0 64 28 1 0 0.56 0.75 146.25 1 0.13
Hex 0 40 1C 64 0 38 4B 92 64 D
Octal 0 100 34 144 0 70 113 222 144 15
Binary 0 1000000 11100 1100100 0 111000 1001011 10010010 1100100 1101

Color Harmonies of #00401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00401C

Black with #00401C

Text Example


Text Example

White with #00401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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