#094830

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

Shades of British Racing Green #094830

Tints of British Racing Green #094830

Color information

#094830 (or 0x094830) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 30. RGB value is (9,72,48). Sum of RGB (Red+Green+Blue) = 9+72+48=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 72 (28.52% from 255 or 55.81% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 72 - color contains mainly: green. Hex color #094830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094830 is #F6B7CF. Grayscale: #323232. Windows color (decimal): -16168912 or 3164169. OLE color: 3164169.

HSL color Cylindrical-coordinate representation of color #094830: hue angle of 157.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094830 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB97248-
CMYK0.8800.330.72
HSL157.14º77.78%15.88%-
HSV(B)157.14º87.5%28.24%-
XYZ2.964.913.59-
YUV50.43126.6398.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 72 (28.52% from 255) = 55.81%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=6.98%
G=55.81%
B=37.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972480.8800.330.72157.1477.7815.88
Hex9483058021489d4e10
Octal111106013004111023511620
Binary1001100100011000010110000100001100100010011101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094830; }

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

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

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

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

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

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

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

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