Html Css Color HEX #00470E British Racing Green

📋 copy color: '#00470E'

red 0 ◦ green 71 ◦ blue 14

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

Shades of British Racing Green #00470E

Tints of British Racing Green #00470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 83.53%

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

R = 0%
G = 83.53%
B = 16.47%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.72

RGB Variations

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

Color information

#00470E (or 0x00470E) is known color: British Racing Green. HEX triplet: 00, 47 and 0E. RGB value is (0,71,14). Sum of RGB (Red+Green+Blue) = 0+71+14=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #00470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00470E is #FFB8F1. Grayscale: #2B2B2B. Windows color (decimal): -16759026 or 935680. OLE color: 935680.

HSL color Cylindrical-coordinate representation of color #00470E: hue angle of 131.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00470E is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 71 14 -
CMYK 1 0 0.80 0.72
HSL 131.83º 1% 0.14% -
HSV(B) 131.83º 1% 0.28% -
XYZ 2.33 4.54 1.17 -
YUV 43.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 0 71 14 1 0 0.80 0.72 131.83 1 0.14
Hex 0 47 E 64 0 50 48 84 64 E
Octal 0 107 16 144 0 120 110 204 144 16
Binary 0 1000111 1110 1100100 0 1010000 1001000 10000100 1100100 1110

Color Harmonies of #00470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00470E

Black with #00470E

Text Example


Text Example

White with #00470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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