#093C28

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

Shades of British Racing Green #093C28

Tints of British Racing Green #093C28

Color information

#093C28 (or 0x093C28) is unknown color: approx British Racing Green. HEX triplet: 09, 3C and 28. RGB value is (9,60,40). Sum of RGB (Red+Green+Blue) = 9+60+40=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 60 (23.83% from 255 or 55.05% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 60 - color contains mainly: green. Hex color #093C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C28 is #F6C3D7. Grayscale: #2A2A2A. Windows color (decimal): -16171992 or 2636809. OLE color: 2636809.

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

Color convert

RGB96040-
CMYK0.8500.330.76
HSL156.47º73.91%13.53%-
HSV(B)156.47º85%23.53%-
XYZ2.113.442.56-
YUV42.47126.6104.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 60 (23.83% from 255) = 55.05%
BLUE value IS 40 (16.02% from 255) = 36.70%
R=8.26%
G=55.05%
B=36.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal960400.8500.330.76156.4773.9113.53
Hex93C28550214C9c4ae
Octal11745012504111423411216
Binary10011111001010001010101010000110011001001110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,60,40); }

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

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

 a { background-color: rgb(9,60,40); }

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

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

 span { border-color: rgb(9,60,40); }

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