#093B2C

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

Shades of British Racing Green #093B2C

Tints of British Racing Green #093B2C

Color information

#093B2C (or 0x093B2C) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 2C. RGB value is (9,59,44). Sum of RGB (Red+Green+Blue) = 9+59+44=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #093B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B2C is #F6C4D3. Grayscale: #2A2A2A. Windows color (decimal): -16172244 or 2898697. OLE color: 2898697.

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

Color convert

RGB95944-
CMYK0.8500.250.77
HSL162º73.53%13.33%-
HSV(B)162º84.75%23.14%-
XYZ2.133.372.92-
YUV42.34128.94104.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 59 (23.44% from 255) = 52.68%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=8.04%
G=52.68%
B=39.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959440.8500.250.7716273.5313.33
Hex93B2C550194Da24ad
Octal11735412503111524211215
Binary1001111011101100101010101100110011011010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,59,44); }

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

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

 a { background-color: rgb(9,59,44); }

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

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

 span { border-color: rgb(9,59,44); }

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