#093A1F

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

Shades of British Racing Green #093A1F

Tints of British Racing Green #093A1F

Color information

#093A1F (or 0x093A1F) is unknown color: approx British Racing Green. HEX triplet: 09, 3A and 1F. RGB value is (9,58,31). Sum of RGB (Red+Green+Blue) = 9+58+31=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 58 (23.05% from 255 or 59.18% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 58 - color contains mainly: green. Hex color #093A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A1F is #F6C5E0. Grayscale: #282828. Windows color (decimal): -16172513 or 2046473. OLE color: 2046473.

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

Color convert

RGB95831-
CMYK0.8400.470.77
HSL146.94º73.13%13.14%-
HSV(B)146.94º84.48%22.75%-
XYZ1.873.181.81-
YUV40.27122.77105.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.18%
GREEN value IS 58 (23.05% from 255) = 59.18%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=9.18%
G=59.18%
B=31.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958310.8400.470.77146.9473.1313.14
Hex93A1F5402F4D9349d
Octal11723712405711522311115
Binary1001111010111111010100010111110011011001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,58,31); }

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

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

 a { background-color: rgb(9,58,31); }

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

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

 span { border-color: rgb(9,58,31); }

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