#093E2C

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

Shades of British Racing Green #093E2C

Tints of British Racing Green #093E2C

Color information

#093E2C (or 0x093E2C) is unknown color: approx British Racing Green. HEX triplet: 09, 3E and 2C. RGB value is (9,62,44). Sum of RGB (Red+Green+Blue) = 9+62+44=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 62 (24.61% from 255 or 53.91% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 62 - color contains mainly: green. Hex color #093E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E2C is #F6C1D3. Grayscale: #2C2C2C. Windows color (decimal): -16171476 or 2899465. OLE color: 2899465.

HSL color Cylindrical-coordinate representation of color #093E2C: hue angle of 159.62º 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 #093E2C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.

Color convert

RGB96244-
CMYK0.8500.290.76
HSL159.62º74.65%13.92%-
HSV(B)159.62º85.48%24.31%-
XYZ2.293.692.97-
YUV44.1127.94102.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 62 (24.61% from 255) = 53.91%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=7.83%
G=53.91%
B=38.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962440.8500.290.76159.6274.6513.92
Hex93E2C5501D4Ca04be
Octal11765412503511424011316
Binary1001111110101100101010101110110011001010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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