Html Css Color HEX #00460F British Racing Green

📋 copy color: '#00460F'

red 0 ◦ green 70 ◦ blue 15

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

Shades of British Racing Green #00460F

Tints of British Racing Green #00460F

RGB

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

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

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

R = 0%
G = 82.35%
B = 17.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.79

 K value IS 0.73

RGB Variations

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

Color information

#00460F (or 0x00460F) is known color: British Racing Green. HEX triplet: 00, 46 and 0F. RGB value is (0,70,15). Sum of RGB (Red+Green+Blue) = 0+70+15=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 70 (27.73% from 255 or 82.35% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 70 - color contains mainly: green. Hex color #00460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00460F is #FFB9F0. Grayscale: #2A2A2A. Windows color (decimal): -16759281 or 1000960. OLE color: 1000960.

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

Color convert

RGB 0 70 15 -
CMYK 1 0 0.79 0.73
HSL 132.86º 1% 0.14% -
HSV(B) 132.86º 1% 0.27% -
XYZ 2.28 4.41 1.18 -
YUV 42.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 0 70 15 1 0 0.79 0.73 132.86 1 0.14
Hex 0 46 F 64 0 4F 49 85 64 E
Octal 0 106 17 144 0 117 111 205 144 16
Binary 0 1000110 1111 1100100 0 1001111 1001001 10000101 1100100 1110

Color Harmonies of #00460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00460F

Black with #00460F

Text Example


Text Example

White with #00460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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