#093B26

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

Shades of British Racing Green #093B26

Tints of British Racing Green #093B26

Color information

#093B26 (or 0x093B26) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 26. RGB value is (9,59,38). Sum of RGB (Red+Green+Blue) = 9+59+38=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 59 (23.44% from 255 or 55.66% from 106); Blue value is 38 (15.23% from 255 or 35.85% from 106); Max value from RGB is 59 - color contains mainly: green. Hex color #093B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B26 is #F6C4D9. Grayscale: #292929. Windows color (decimal): -16172250 or 2505481. OLE color: 2505481.

HSL color Cylindrical-coordinate representation of color #093B26: hue angle of 154.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B26 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB95938-
CMYK0.8500.360.77
HSL154.8º73.53%13.33%-
HSV(B)154.8º84.75%23.14%-
XYZ2.033.332.37-
YUV41.66125.94104.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 59 (23.44% from 255) = 55.66%
BLUE value IS 38 (15.23% from 255) = 35.85%
R=8.49%
G=55.66%
B=35.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959380.8500.360.77154.873.5313.33
Hex93B26550244D9b4ad
Octal11734612504411523311215
Binary10011110111001101010101010010010011011001101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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