#093E28

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

Shades of British Racing Green #093E28

Tints of British Racing Green #093E28

Color information

#093E28 (or 0x093E28) is unknown color: approx British Racing Green. HEX triplet: 09, 3E and 28. RGB value is (9,62,40). Sum of RGB (Red+Green+Blue) = 9+62+40=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 62 (24.61% from 255 or 55.86% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 62 - color contains mainly: green. Hex color #093E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E28 is #F6C1D7. Grayscale: #2B2B2B. Windows color (decimal): -16171480 or 2637321. OLE color: 2637321.

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

Color convert

RGB96240-
CMYK0.8500.350.76
HSL155.09º74.65%13.92%-
HSV(B)155.09º85.48%24.31%-
XYZ2.223.662.6-
YUV43.64125.94103.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 62 (24.61% from 255) = 55.86%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=8.11%
G=55.86%
B=36.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal962400.8500.350.76155.0974.6513.92
Hex93E28550234C9b4be
Octal11765012504311423311316
Binary10011111101010001010101010001110011001001101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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