#093B25

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

Shades of British Racing Green #093B25

Tints of British Racing Green #093B25

Color information

#093B25 (or 0x093B25) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 25. RGB value is (9,59,37). Sum of RGB (Red+Green+Blue) = 9+59+37=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 59 (23.44% from 255 or 56.19% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 59 - color contains mainly: green. Hex color #093B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B25 is #F6C4DA. Grayscale: #292929. Windows color (decimal): -16172251 or 2439945. OLE color: 2439945.

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

Color convert

RGB95937-
CMYK0.8500.370.77
HSL153.6º73.53%13.33%-
HSV(B)153.6º84.75%23.14%-
XYZ2.013.322.29-
YUV41.54125.44104.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.57%
GREEN value IS 59 (23.44% from 255) = 56.19%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=8.57%
G=56.19%
B=35.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959370.8500.370.77153.673.5313.33
Hex93B25550254D9a4ad
Octal11734512504511523211215
Binary10011110111001011010101010010110011011001101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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