#093F30

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

Shades of British Racing Green #093F30

Tints of British Racing Green #093F30

Color information

#093F30 (or 0x093F30) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 30. RGB value is (9,63,48). Sum of RGB (Red+Green+Blue) = 9+63+48=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #093F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F30 is #F6C0CF. Grayscale: #2D2D2D. Windows color (decimal): -16171216 or 3161865. OLE color: 3161865.

HSL color Cylindrical-coordinate representation of color #093F30: hue angle of 163.33º 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 #093F30 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB96348-
CMYK0.8600.240.75
HSL163.33º75%14.12%-
HSV(B)163.33º85.71%24.71%-
XYZ2.423.833.41-
YUV45.14129.61102.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 63 (25% from 255) = 52.5%
BLUE value IS 48 (19.14% from 255) = 40%
R=7.5%
G=52.5%
B=40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963480.8600.240.75163.337514.12
Hex93F30560184Ba34be
Octal11776012603011324311316
Binary1001111111110000101011001100010010111010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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