#093A24

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

Shades of British Racing Green #093A24

Tints of British Racing Green #093A24

Color information

#093A24 (or 0x093A24) is unknown color: approx British Racing Green. HEX triplet: 09, 3A and 24. RGB value is (9,58,36). Sum of RGB (Red+Green+Blue) = 9+58+36=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 58 (23.05% from 255 or 56.31% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 58 - color contains mainly: green. Hex color #093A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A24 is #F6C5DB. Grayscale: #282828. Windows color (decimal): -16172508 or 2374153. OLE color: 2374153.

HSL color Cylindrical-coordinate representation of color #093A24: hue angle of 153.06º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A24 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.77.

Color convert

RGB95836-
CMYK0.8400.380.77
HSL153.06º73.13%13.14%-
HSV(B)153.06º84.48%22.75%-
XYZ1.943.212.19-
YUV40.84125.27105.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.74%
GREEN value IS 58 (23.05% from 255) = 56.31%
BLUE value IS 36 (14.45% from 255) = 34.95%
R=8.74%
G=56.31%
B=34.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958360.8400.380.77153.0673.1313.14
Hex93A24540264D9949d
Octal11724412404611523111115
Binary10011110101001001010100010011010011011001100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,58,36); }

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

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

 a { background-color: rgb(9,58,36); }

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

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

 span { border-color: rgb(9,58,36); }

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