#094221

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

Shades of British Racing Green #094221

Tints of British Racing Green #094221

Color information

#094221 (or 0x094221) is unknown color: approx British Racing Green. HEX triplet: 09, 42 and 21. RGB value is (9,66,33). Sum of RGB (Red+Green+Blue) = 9+66+33=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #094221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094221 is #F6BDDE. Grayscale: #2D2D2D. Windows color (decimal): -16170463 or 2179593. OLE color: 2179593.

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

Color convert

RGB96633-
CMYK0.8600.50.74
HSL145.26º76%14.71%-
HSV(B)145.26º86.36%25.88%-
XYZ2.344.062.1-
YUV45.2121.12102.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 66 (26.17% from 255) = 61.11%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=8.33%
G=61.11%
B=30.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966330.8600.50.74145.267614.71
Hex94221560324A914cf
Octal111024112606211222111417
Binary100110000101000011010110011001010010101001000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094221; }

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

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

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

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

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

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

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

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