#094B20

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

Shades of British Racing Green #094B20

Tints of British Racing Green #094B20

Color information

#094B20 (or 0x094B20) is unknown color: approx British Racing Green. HEX triplet: 09, 4B and 20. RGB value is (9,75,32). Sum of RGB (Red+Green+Blue) = 9+75+32=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 75 (29.69% from 255 or 64.66% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 75 - color contains mainly: green. Hex color #094B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094B20 is #F6B4DF. Grayscale: #323232. Windows color (decimal): -16168160 or 2116361. OLE color: 2116361.

HSL color Cylindrical-coordinate representation of color #094B20: hue angle of 140.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094B20 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB97532-
CMYK0.8800.570.71
HSL140.91º78.57%16.47%-
HSV(B)140.91º88%29.41%-
XYZ2.895.192.22-
YUV50.36117.6398.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 75 (29.69% from 255) = 64.66%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=7.76%
G=64.66%
B=27.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal975320.8800.570.71140.9178.5716.47
Hex94B2058039478d4f10
Octal111134013007110721511720
Binary1001100101110000010110000111001100011110001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B20; }

 p { color: rgb(9,75,32); }

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

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

 a { background-color: rgb(9,75,32); }

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

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

 span { border-color: rgb(9,75,32); }

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