#004730

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

Shades of British Racing Green #004730

Tints of British Racing Green #004730

Color information

#004730 (or 0x004730) is unknown color: approx British Racing Green. HEX triplet: 00, 47 and 30. RGB value is (0,71,48). Sum of RGB (Red+Green+Blue) = 0+71+48=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 71 (28.12% from 255 or 59.66% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 71 - color contains mainly: green. Hex color #004730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004730 is #FFB8CF. Grayscale: #2F2F2F. Windows color (decimal): -16758992 or 3163904. OLE color: 3163904.

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

Color convert

RGB07148-
CMYK100.320.72
HSL160.56º100%13.92%-
HSV(B)160.56º100%27.84%-
XYZ2.794.723.56-
YUV47.15128.4894.37-

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.66%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=0%
G=59.66%
B=40.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07148100.320.72160.5610013.92
Hex047306402048a164e
Octal01076014404011024114416
Binary010001111100001100100010000010010001010000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004730; }

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

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

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

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

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

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

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

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