#093E2B

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

Shades of British Racing Green #093E2B

Tints of British Racing Green #093E2B

Color information

#093E2B (or 0x093E2B) is unknown color: approx British Racing Green. HEX triplet: 09, 3E and 2B. RGB value is (9,62,43). Sum of RGB (Red+Green+Blue) = 9+62+43=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #093E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E2B is #F6C1D4. Grayscale: #2C2C2C. Windows color (decimal): -16171477 or 2833929. OLE color: 2833929.

HSL color Cylindrical-coordinate representation of color #093E2B: hue angle of 158.49º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093E2B is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.

Color convert

RGB96243-
CMYK0.8500.310.76
HSL158.49º74.65%13.92%-
HSV(B)158.49º85.48%24.31%-
XYZ2.273.682.88-
YUV43.99127.44103.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 62 (24.61% from 255) = 54.39%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=7.89%
G=54.39%
B=37.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962430.8500.310.76158.4974.6513.92
Hex93E2B5501F4C9e4be
Octal11765312503711423611316
Binary1001111110101011101010101111110011001001111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,43); }

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

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

 a { background-color: rgb(9,62,43); }

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

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

 span { border-color: rgb(9,62,43); }

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