#093F25

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

Shades of British Racing Green #093F25

Tints of British Racing Green #093F25

Color information

#093F25 (or 0x093F25) is unknown color: approx British Racing Green. HEX triplet: 09, 3F and 25. RGB value is (9,63,37). Sum of RGB (Red+Green+Blue) = 9+63+37=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #093F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F25 is #F6C0DA. Grayscale: #2B2B2B. Windows color (decimal): -16171227 or 2440969. OLE color: 2440969.

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

Color convert

RGB96337-
CMYK0.8600.410.75
HSL151.11º75%14.12%-
HSV(B)151.11º85.71%24.71%-
XYZ2.223.752.36-
YUV43.89124.11103.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 63 (25% from 255) = 57.80%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=8.26%
G=57.80%
B=33.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963370.8600.410.75151.117514.12
Hex93F25560294B974be
Octal11774512605111322711316
Binary10011111111001011010110010100110010111001011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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