Html Css Color HEX #00460E British Racing Green

📋 copy color: '#00460E'

red 0 ◦ green 70 ◦ blue 14

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

Shades of British Racing Green #00460E

Tints of British Racing Green #00460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 0%
G = 83.33%
B = 16.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#00460E (or 0x00460E) is known color: British Racing Green. HEX triplet: 00, 46 and 0E. RGB value is (0,70,14). Sum of RGB (Red+Green+Blue) = 0+70+14=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 70 (27.73% from 255 or 83.33% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 70 - color contains mainly: green. Hex color #00460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00460E is #FFB9F1. Grayscale: #2A2A2A. Windows color (decimal): -16759282 or 935424. OLE color: 935424.

HSL color Cylindrical-coordinate representation of color #00460E: hue angle of 132º 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 #00460E is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 14 -
CMYK 1 0 0.80 0.73
HSL 132º 1% 0.14% -
HSV(B) 132º 1% 0.27% -
XYZ 2.27 4.41 1.15 -
YUV 42.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 0 70 14 1 0 0.80 0.73 132 1 0.14
Hex 0 46 E 64 0 50 49 84 64 E
Octal 0 106 16 144 0 120 111 204 144 16
Binary 0 1000110 1110 1100100 0 1010000 1001001 10000100 1100100 1110

Color Harmonies of #00460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00460E

Black with #00460E

Text Example


Text Example

White with #00460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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