#093B28

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

Shades of British Racing Green #093B28

Tints of British Racing Green #093B28

Color information

#093B28 (or 0x093B28) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 28. RGB value is (9,59,40). Sum of RGB (Red+Green+Blue) = 9+59+40=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #093B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B28 is #F6C4D7. Grayscale: #292929. Windows color (decimal): -16172248 or 2636553. OLE color: 2636553.

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

Color convert

RGB95940-
CMYK0.8500.320.77
HSL157.2º73.53%13.33%-
HSV(B)157.2º84.75%23.14%-
XYZ2.063.342.54-
YUV41.88126.94104.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=8.33%
G=54.63%
B=37.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959400.8500.320.77157.273.5313.33
Hex93B28550204D9d4ad
Octal11735012504011523511215
Binary10011110111010001010101010000010011011001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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