#094428

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

Shades of British Racing Green #094428

Tints of British Racing Green #094428

Color information

#094428 (or 0x094428) is unknown color: approx British Racing Green. HEX triplet: 09, 44 and 28. RGB value is (9,68,40). Sum of RGB (Red+Green+Blue) = 9+68+40=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #094428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094428 is #F6BBD7. Grayscale: #2F2F2F. Windows color (decimal): -16169944 or 2638857. OLE color: 2638857.

HSL color Cylindrical-coordinate representation of color #094428: hue angle of 151.53º 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 #094428 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB96840-
CMYK0.8700.410.73
HSL151.53º76.62%15.1%-
HSV(B)151.53º86.76%26.67%-
XYZ2.564.352.71-
YUV47.17123.95100.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=7.69%
G=58.12%
B=34.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968400.8700.410.73151.5376.6215.1
Hex944285702949984df
Octal111045012705111123011517
Binary100110001001010001010111010100110010011001100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094428; }

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

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

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

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

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

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

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

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