#093F28

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

Shades of British Racing Green #093F28

Tints of British Racing Green #093F28

Color information

#093F28 (or 0x093F28) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 28. RGB value is (9,63,40). Sum of RGB (Red+Green+Blue) = 9+63+40=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #093F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F28 is #F6C0D7. Grayscale: #2C2C2C. Windows color (decimal): -16171224 or 2637577. OLE color: 2637577.

HSL color Cylindrical-coordinate representation of color #093F28: hue angle of 154.44º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F28 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB96340-
CMYK0.8600.370.75
HSL154.44º75%14.12%-
HSV(B)154.44º85.71%24.71%-
XYZ2.273.772.61-
YUV44.23125.61102.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 63 (25% from 255) = 56.25%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=8.04%
G=56.25%
B=35.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963400.8600.370.75154.447514.12
Hex93F28560254B9a4be
Octal11775012604511323211316
Binary10011111111010001010110010010110010111001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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