#094028

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

Shades of British Racing Green #094028

Tints of British Racing Green #094028

Color information

#094028 (or 0x094028) is unknown color: approx British Racing Green. HEX triplet: 09, 40 and 28. RGB value is (9,64,40). Sum of RGB (Red+Green+Blue) = 9+64+40=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #094028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094028 is #F6BFD7. Grayscale: #2C2C2C. Windows color (decimal): -16170968 or 2637833. OLE color: 2637833.

HSL color Cylindrical-coordinate representation of color #094028: hue angle of 153.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094028 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB96440-
CMYK0.8600.380.75
HSL153.82º75.34%14.31%-
HSV(B)153.82º85.94%25.1%-
XYZ2.333.882.63-
YUV44.82125.28102.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=7.96%
G=56.64%
B=35.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964400.8600.380.75153.8275.3414.31
Hex94028560264B9a4be
Octal111005012604611323211316
Binary100110000001010001010110010011010010111001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094028; }

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

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

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

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

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

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

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

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