#004630

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

Shades of British Racing Green #004630

Tints of British Racing Green #004630

Color information

#004630 (or 0x004630) is unknown color: approx British Racing Green. HEX triplet: 00, 46 and 30. RGB value is (0,70,48). Sum of RGB (Red+Green+Blue) = 0+70+48=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 70 (27.73% from 255 or 59.32% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 70 - color contains mainly: green. Hex color #004630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004630 is #FFB9CF. Grayscale: #2E2E2E. Windows color (decimal): -16759248 or 3163648. OLE color: 3163648.

HSL color Cylindrical-coordinate representation of color #004630: hue angle of 161.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004630 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB07048-
CMYK100.310.73
HSL161.14º100%13.73%-
HSV(B)161.14º100%27.45%-
XYZ2.724.593.54-
YUV46.56128.8194.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 70 (27.73% from 255) = 59.32%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=0%
G=59.32%
B=40.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal07048100.310.73161.1410013.73
Hex046306401F49a164e
Octal01066014403711124114416
Binary01000110110000110010001111110010011010000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004630; }

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

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

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

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

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

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

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

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