#00471F

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

Shades of British Racing Green #00471F

Tints of British Racing Green #00471F

Color information

#00471F (or 0x00471F) is unknown color: approx British Racing Green. HEX triplet: 00, 47 and 1F. RGB value is (0,71,31). Sum of RGB (Red+Green+Blue) = 0+71+31=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 71 (28.12% from 255 or 69.61% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 71 - color contains mainly: green. Hex color #00471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00471F is #FFB8E0. Grayscale: #2D2D2D. Windows color (decimal): -16759009 or 2049792. OLE color: 2049792.

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

Color convert

RGB07131-
CMYK100.560.72
HSL146.2º100%13.92%-
HSV(B)146.2º100%27.84%-
XYZ2.54.612.05-
YUV45.21119.9895.75-

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) = 69.61%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=0%
G=69.61%
B=30.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07131100.560.72146.210013.92
Hex0471F64038489264e
Octal01073714407011022214416
Binary01000111111111100100011100010010001001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00471F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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