#093D2F

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

Shades of British Racing Green #093D2F

Tints of British Racing Green #093D2F

Color information

#093D2F (or 0x093D2F) is unknown color: approx British Racing Green. HEX triplet: 09, 3D and 2F. RGB value is (9,61,47). Sum of RGB (Red+Green+Blue) = 9+61+47=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 61 (24.22% from 255 or 52.14% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 61 - color contains mainly: green. Hex color #093D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D2F is #F6C2D0. Grayscale: #2B2B2B. Windows color (decimal): -16171729 or 3095817. OLE color: 3095817.

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

Color convert

RGB96147-
CMYK0.8500.230.76
HSL163.85º74.29%13.73%-
HSV(B)163.85º85.25%23.92%-
XYZ2.293.63.26-
YUV43.86129.77103.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 61 (24.22% from 255) = 52.14%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=7.69%
G=52.14%
B=40.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961470.8500.230.76163.8574.2913.73
Hex93D2F550174Ca44ae
Octal11755712502711424411216
Binary1001111101101111101010101011110011001010010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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