Html Css Color HEX #00400F British Racing Green

📋 copy color: '#00400F'

red 0 ◦ green 64 ◦ blue 15

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

Shades of British Racing Green #00400F

Tints of British Racing Green #00400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 18.99%

R = 0%
G = 81.01%
B = 18.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#00400F (or 0x00400F) is known color: British Racing Green. HEX triplet: 00, 40 and 0F. RGB value is (0,64,15). Sum of RGB (Red+Green+Blue) = 0+64+15=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 64 (25.39% from 255 or 81.01% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 64 - color contains mainly: green. Hex color #00400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00400F is #FFBFF0. Grayscale: #272727. Windows color (decimal): -16760817 or 999424. OLE color: 999424.

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

Color convert

RGB 0 64 15 -
CMYK 1 0 0.77 0.75
HSL 134.06º 1% 0.13% -
HSV(B) 134.06º 1% 0.25% -
XYZ 1.92 3.7 1.07 -
YUV 39.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 0 64 15 1 0 0.77 0.75 134.06 1 0.13
Hex 0 40 F 64 0 4D 4B 86 64 D
Octal 0 100 17 144 0 115 113 206 144 15
Binary 0 1000000 1111 1100100 0 1001101 1001011 10000110 1100100 1101

Color Harmonies of #00400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00400F

Black with #00400F

Text Example


Text Example

White with #00400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00400F; }

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

 H1.HeaderClassName
 {
   color: #00400F;
 }
 .AnyTagClassName
 {
   color: #00400F;
 }
</style>

background-color css

<style>
 a { background-color: #00400F; }

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

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

border-color css

<style>
 span { border-color: #00400F; }

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

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