#093F2D

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

Shades of British Racing Green #093F2D

Tints of British Racing Green #093F2D

Color information

#093F2D (or 0x093F2D) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 2D. RGB value is (9,63,45). Sum of RGB (Red+Green+Blue) = 9+63+45=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 63 (25% from 255 or 53.85% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 63 - color contains mainly: green. Hex color #093F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F2D is #F6C0D2. Grayscale: #2C2C2C. Windows color (decimal): -16171219 or 2965257. OLE color: 2965257.

HSL color Cylindrical-coordinate representation of color #093F2D: hue angle of 160º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F2D is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB96345-
CMYK0.8600.290.75
HSL160º75%14.12%-
HSV(B)160º85.71%24.71%-
XYZ2.363.83.09-
YUV44.8128.11102.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 63 (25% from 255) = 53.85%
BLUE value IS 45 (17.97% from 255) = 38.46%
R=7.69%
G=53.85%
B=38.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963450.8600.290.751607514.12
Hex93F2D5601D4Ba04be
Octal11775512603511324011316
Binary1001111111101101101011001110110010111010000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,63,45); }

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

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

 a { background-color: rgb(9,63,45); }

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

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

 span { border-color: rgb(9,63,45); }

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