#094630

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

Shades of British Racing Green #094630

Tints of British Racing Green #094630

Color information

#094630 (or 0x094630) is unknown color: approx British Racing Green. HEX triplet: 09, 46 and 30. RGB value is (9,70,48). Sum of RGB (Red+Green+Blue) = 9+70+48=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #094630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094630 is #F6B9CF. Grayscale: #313131. Windows color (decimal): -16169424 or 3163657. OLE color: 3163657.

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

Color convert

RGB97048-
CMYK0.8700.310.73
HSL158.36º77.22%15.49%-
HSV(B)158.36º87.14%27.45%-
XYZ2.844.653.54-
YUV49.25127.2999.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 70 (27.73% from 255) = 55.12%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=7.09%
G=55.12%
B=37.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal970480.8700.310.73158.3677.2215.49
Hex946305701F499e4df
Octal111066012703711123611517
Binary10011000110110000101011101111110010011001111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094630; }

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

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

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

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

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

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

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

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