#004731

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

Shades of British Racing Green #004731

Tints of British Racing Green #004731

Color information

#004731 (or 0x004731) is unknown color: approx British Racing Green. HEX triplet: 00, 47 and 31. RGB value is (0,71,49). Sum of RGB (Red+Green+Blue) = 0+71+49=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #004731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004731 is #FFB8CE. Grayscale: #2F2F2F. Windows color (decimal): -16758991 or 3229440. OLE color: 3229440.

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

Color convert

RGB07149-
CMYK100.310.72
HSL161.41º100%13.92%-
HSV(B)161.41º100%27.84%-
XYZ2.814.733.67-
YUV47.26128.9894.29-

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) = 59.17%
BLUE value IS 49 (19.53% from 255) = 40.83%
R=0%
G=59.17%
B=40.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07149100.310.72161.4110013.92
Hex047316401F48a164e
Octal01076114403711024114416
Binary01000111110001110010001111110010001010000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004731; }

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

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

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

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

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

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

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

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