#00470F

Color #00470F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #00470F

Tints of British Racing Green #00470F

Color information

#00470F (or 0x00470F) is unknown color: approx British Racing Green. HEX triplet: 00, 47 and 0F. RGB value is (0,71,15). Sum of RGB (Red+Green+Blue) = 0+71+15=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #00470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00470F is #FFB8F0. Grayscale: #2B2B2B. Windows color (decimal): -16759025 or 1001216. OLE color: 1001216.

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

Color convert

RGB07115-
CMYK100.790.72
HSL132.68º100%13.92%-
HSV(B)132.68º100%27.84%-
XYZ2.344.541.21-
YUV43.39111.9897.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 82.56%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=0%
G=82.56%
B=17.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07115100.790.72132.6810013.92
Hex047F6404F488564e
Octal010717144011711020514416
Binary01000111111111001000100111110010001000010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00470F;
 }
 .AnyTagClassName
 {
   color: #00470F;
 }
</style>
background-color css

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

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

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

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

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

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