#094223

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

Shades of British Racing Green #094223

Tints of British Racing Green #094223

Color information

#094223 (or 0x094223) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 23. RGB value is (9,66,35). Sum of RGB (Red+Green+Blue) = 9+66+35=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #094223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094223 is #F6BDDC. Grayscale: #2D2D2D. Windows color (decimal): -16170461 or 2310665. OLE color: 2310665.

HSL color Cylindrical-coordinate representation of color #094223: hue angle of 147.37º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094223 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.

Color convert

RGB96635-
CMYK0.8600.470.74
HSL147.37º76%14.71%-
HSV(B)147.37º86.36%25.88%-
XYZ2.364.082.25-
YUV45.42122.12102.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 66 (26.17% from 255) = 60%
BLUE value IS 35 (14.06% from 255) = 31.82%
R=8.18%
G=60%
B=31.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966350.8600.470.74147.377614.71
Hex942235602F4A934cf
Octal111024312605711222311417
Binary100110000101000111010110010111110010101001001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094223; }

 p { color: rgb(9,66,35); }

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

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

 a { background-color: rgb(9,66,35); }

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

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

 span { border-color: rgb(9,66,35); }

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