Html Css Color HEX #00471F British Racing Green

📋 copy color: '#00471F'

red 0 ◦ green 71 ◦ blue 31

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

Shades of British Racing Green #00471F

Tints of British Racing Green #00471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.39%

R = 0%
G = 69.61%
B = 30.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#00471F (or 0x00471F) is known color: 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

RGB 0 71 31 -
CMYK 1 0 0.56 0.72
HSL 146.2º 1% 0.14% -
HSV(B) 146.2º 1% 0.28% -
XYZ 2.5 4.61 2.05 -
YUV 45.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 0 71 31 1 0 0.56 0.72 146.2 1 0.14
Hex 0 47 1F 64 0 38 48 92 64 E
Octal 0 107 37 144 0 70 110 222 144 16
Binary 0 1000111 11111 1100100 0 111000 1001000 10010010 1100100 1110

Color Harmonies of #00471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00471F

Black with #00471F

Text Example


Text Example

White with #00471F

Text Example


Text Example

HTML Codes & Css Web 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>