#093B23

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

Shades of British Racing Green #093B23

Tints of British Racing Green #093B23

Color information

#093B23 (or 0x093B23) is unknown color: approx British Racing Green. HEX triplet: 09, 3B and 23. RGB value is (9,59,35). Sum of RGB (Red+Green+Blue) = 9+59+35=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 59 (23.44% from 255 or 57.28% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 59 - color contains mainly: green. Hex color #093B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B23 is #F6C4DC. Grayscale: #292929. Windows color (decimal): -16172253 or 2308873. OLE color: 2308873.

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

Color convert

RGB95935-
CMYK0.8500.410.77
HSL151.2º73.53%13.33%-
HSV(B)151.2º84.75%23.14%-
XYZ1.983.312.12-
YUV41.31124.44104.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 59 (23.44% from 255) = 57.28%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=8.74%
G=57.28%
B=33.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959350.8500.410.77151.273.5313.33
Hex93B23550294D974ad
Octal11734312505111522711215
Binary10011110111000111010101010100110011011001011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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