#093E27

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

Shades of British Racing Green #093E27

Tints of British Racing Green #093E27

Color information

#093E27 (or 0x093E27) is unknown color: approx British Racing Green. HEX triplet: 09, 3E and 27. RGB value is (9,62,39). Sum of RGB (Red+Green+Blue) = 9+62+39=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #093E27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E27 is #F6C1D8. Grayscale: #2B2B2B. Windows color (decimal): -16171481 or 2571785. OLE color: 2571785.

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

Color convert

RGB96239-
CMYK0.8500.370.76
HSL153.96º74.65%13.92%-
HSV(B)153.96º85.48%24.31%-
XYZ2.23.652.51-
YUV43.53125.44103.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 62 (24.61% from 255) = 56.36%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=8.18%
G=56.36%
B=35.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962390.8500.370.76153.9674.6513.92
Hex93E27550254C9a4be
Octal11764712504511423211316
Binary10011111101001111010101010010110011001001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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