#093B24

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

Shades of British Racing Green #093B24

Tints of British Racing Green #093B24

Color information

#093B24 (or 0x093B24) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 24. RGB value is (9,59,36). Sum of RGB (Red+Green+Blue) = 9+59+36=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #093B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B24 is #F6C4DB. Grayscale: #292929. Windows color (decimal): -16172252 or 2374409. OLE color: 2374409.

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

Color convert

RGB95936-
CMYK0.8500.390.77
HSL152.4º73.53%13.33%-
HSV(B)152.4º84.75%23.14%-
XYZ23.312.2-
YUV41.43124.94104.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 59 (23.44% from 255) = 56.73%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=8.65%
G=56.73%
B=34.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959360.8500.390.77152.473.5313.33
Hex93B24550274D984ad
Octal11734412504711523011215
Binary10011110111001001010101010011110011011001100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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