Html Css Color HEX #00460D British Racing Green

📋 copy color: '#00460D'

red 0 ◦ green 70 ◦ blue 13

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

Shades of British Racing Green #00460D

Tints of British Racing Green #00460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 84.34%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 0%
G = 84.34%
B = 15.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#00460D (or 0x00460D) is known color: British Racing Green. HEX triplet: 00, 46 and 0D. RGB value is (0,70,13). Sum of RGB (Red+Green+Blue) = 0+70+13=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 70 (27.73% from 255 or 84.34% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 70 - color contains mainly: green. Hex color #00460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00460D is #FFB9F2. Grayscale: #2A2A2A. Windows color (decimal): -16759283 or 869888. OLE color: 869888.

HSL color Cylindrical-coordinate representation of color #00460D: hue angle of 131.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00460D is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 13 -
CMYK 1 0 0.81 0.73
HSL 131.14º 1% 0.14% -
HSV(B) 131.14º 1% 0.27% -
XYZ 2.26 4.41 1.11 -
YUV 42.57 111.31 97.63 -
System Red Green Blue C M Y K H S L
Decimal 0 70 13 1 0 0.81 0.73 131.14 1 0.14
Hex 0 46 D 64 0 51 49 83 64 E
Octal 0 106 15 144 0 121 111 203 144 16
Binary 0 1000110 1101 1100100 0 1010001 1001001 10000011 1100100 1110

Color Harmonies of #00460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00460D

Black with #00460D

Text Example


Text Example

White with #00460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,70,13); }

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

background-color css

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

 a { background-color: rgb(0,70,13); }

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

border-color css

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

 span { border-color: rgb(0,70,13); }

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