#094828

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

Shades of British Racing Green #094828

Tints of British Racing Green #094828

Color information

#094828 (or 0x094828) is unknown color: approx British Racing Green. HEX triplet: 09, 48 and 28. RGB value is (9,72,40). Sum of RGB (Red+Green+Blue) = 9+72+40=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #094828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094828 is #F6B7D7. Grayscale: #313131. Windows color (decimal): -16168920 or 2639881. OLE color: 2639881.

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

Color convert

RGB97240-
CMYK0.8800.440.72
HSL149.52º77.78%15.88%-
HSV(B)149.52º87.5%28.24%-
XYZ2.814.852.79-
YUV49.52122.6399.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 40 (16.02% from 255) = 33.06%
R=7.44%
G=59.50%
B=33.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972400.8800.440.72149.5277.7815.88
Hex948285802C48964e10
Octal111105013005411022611620
Binary1001100100010100010110000101100100100010010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094828; }

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

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

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

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

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

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

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

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