#0E2C27

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

Shades of Racing Green #0E2C27

Tints of Racing Green #0E2C27

Color information

#0E2C27 (or 0x0E2C27) is unknown color: approx Racing Green. HEX triplet: 0E, 2C and 27. RGB value is (14,44,39). Sum of RGB (Red+Green+Blue) = 14+44+39=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 44 (17.58% from 255 or 45.36% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 44 - color contains mainly: green. Hex color #0E2C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2C27 is #F1D3D8. Grayscale: #222222. Windows color (decimal): -15848409 or 2567182. OLE color: 2567182.

HSL color Cylindrical-coordinate representation of color #0E2C27: hue angle of 170º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E2C27 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.83.

Color convert

RGB144439-
CMYK0.6800.110.83
HSL170º51.72%11.37%-
HSV(B)170º68.18%17.25%-
XYZ1.452.042.24-
YUV34.46130.56113.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.43%
GREEN value IS 44 (17.58% from 255) = 45.36%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=14.43%
G=45.36%
B=40.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1444390.6800.110.8317051.7211.37
HexE2C27440B53aa34b
Octal1654471040131232526413
Binary11101011001001111000100010111010011101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E2C27; }

 p { color: rgb(14,44,39); }

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

<style>
 a { background-color: #0E2C27; }

 a { background-color: rgb(14,44,39); }

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

<style>
 span { border-color: #0E2C27; }

 span { border-color: rgb(14,44,39); }

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