#094230

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

Shades of British Racing Green #094230

Tints of British Racing Green #094230

Color information

#094230 (or 0x094230) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 30. RGB value is (9,66,48). Sum of RGB (Red+Green+Blue) = 9+66+48=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #094230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094230 is #F6BDCF. Grayscale: #2E2E2E. Windows color (decimal): -16170448 or 3162633. OLE color: 3162633.

HSL color Cylindrical-coordinate representation of color #094230: hue angle of 161.05º 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 #094230 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB96648-
CMYK0.8600.270.74
HSL161.05º76%14.71%-
HSV(B)161.05º86.36%25.88%-
XYZ2.594.173.46-
YUV46.9128.62100.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=7.32%
G=53.66%
B=39.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966480.8600.270.74161.057614.71
Hex942305601B4Aa14cf
Octal111026012603311224111417
Binary10011000010110000101011001101110010101010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094230; }

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

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

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

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

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

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

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

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