#093A22

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

Shades of British Racing Green #093A22

Tints of British Racing Green #093A22

Color information

#093A22 (or 0x093A22) is unknown color: approx British Racing Green. HEX triplet: 09, 3A and 22. RGB value is (9,58,34). Sum of RGB (Red+Green+Blue) = 9+58+34=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 58 (23.05% from 255 or 57.43% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 58 - color contains mainly: green. Hex color #093A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A22 is #F6C5DD. Grayscale: #282828. Windows color (decimal): -16172510 or 2243081. OLE color: 2243081.

HSL color Cylindrical-coordinate representation of color #093A22: hue angle of 150.61º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A22 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.77.

Color convert

RGB95834-
CMYK0.8400.410.77
HSL150.61º73.13%13.14%-
HSV(B)150.61º84.48%22.75%-
XYZ1.913.22.03-
YUV40.61124.27105.45-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 58 (23.05% from 255) = 57.43%
BLUE value IS 34 (13.67% from 255) = 33.66%
R=8.91%
G=57.43%
B=33.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958340.8400.410.77150.6173.1313.14
Hex93A22540294D9749d
Octal11724212405111522711115
Binary10011110101000101010100010100110011011001011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093A22; }

 p { color: rgb(9,58,34); }

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

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

 a { background-color: rgb(9,58,34); }

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

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

 span { border-color: rgb(9,58,34); }

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