#093F26

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

Shades of British Racing Green #093F26

Tints of British Racing Green #093F26

Color information

#093F26 (or 0x093F26) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 26. RGB value is (9,63,38). Sum of RGB (Red+Green+Blue) = 9+63+38=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #093F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F26 is #F6C0D9. Grayscale: #2C2C2C. Windows color (decimal): -16171226 or 2506505. OLE color: 2506505.

HSL color Cylindrical-coordinate representation of color #093F26: hue angle of 152.22º 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 #093F26 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB96338-
CMYK0.8600.400.75
HSL152.22º75%14.12%-
HSV(B)152.22º85.71%24.71%-
XYZ2.243.752.44-
YUV44124.61103.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 63 (25% from 255) = 57.27%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=8.18%
G=57.27%
B=34.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963380.8600.400.75152.227514.12
Hex93F26560284B984be
Octal11774612605011323011316
Binary10011111111001101010110010100010010111001100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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