#093D1F

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

Shades of British Racing Green #093D1F

Tints of British Racing Green #093D1F

Color information

#093D1F (or 0x093D1F) is unknown color: approx British Racing Green. HEX triplet: 09, 3D and 1F. RGB value is (9,61,31). Sum of RGB (Red+Green+Blue) = 9+61+31=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #093D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D1F is #F6C2E0. Grayscale: #2A2A2A. Windows color (decimal): -16171745 or 2047241. OLE color: 2047241.

HSL color Cylindrical-coordinate representation of color #093D1F: hue angle of 145.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D1F is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB96131-
CMYK0.8500.490.76
HSL145.38º74.29%13.73%-
HSV(B)145.38º85.25%23.92%-
XYZ2.033.491.86-
YUV42.03121.77104.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.91%
GREEN value IS 61 (24.22% from 255) = 60.40%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=8.91%
G=60.40%
B=30.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961310.8500.490.76145.3874.2913.73
Hex93D1F550314C914ae
Octal11753712506111422111216
Binary1001111101111111010101011000110011001001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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