#093D20

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

Shades of British Racing Green #093D20

Tints of British Racing Green #093D20

Color information

#093D20 (or 0x093D20) is unknown color: approx British Racing Green. HEX triplet: 09, 3D and 20. RGB value is (9,61,32). Sum of RGB (Red+Green+Blue) = 9+61+32=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 61 (24.22% from 255 or 59.80% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 61 - color contains mainly: green. Hex color #093D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D20 is #F6C2DF. Grayscale: #2A2A2A. Windows color (decimal): -16171744 or 2112777. OLE color: 2112777.

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

Color convert

RGB96132-
CMYK0.8500.480.76
HSL146.54º74.29%13.73%-
HSV(B)146.54º85.25%23.92%-
XYZ2.043.51.93-
YUV42.15122.27104.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.82%
GREEN value IS 61 (24.22% from 255) = 59.80%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=8.82%
G=59.80%
B=31.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961320.8500.480.76146.5474.2913.73
Hex93D20550304C934ae
Octal11754012506011422311216
Binary10011111011000001010101011000010011001001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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