#0E302C

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

Shades of Racing Green #0E302C

Tints of Racing Green #0E302C

Color information

#0E302C (or 0x0E302C) is unknown color: approx Racing Green. HEX triplet: 0E, 30 and 2C. RGB value is (14,48,44). Sum of RGB (Red+Green+Blue) = 14+48+44=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #0E302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E302C is #F1CFD3. Grayscale: #252525. Windows color (decimal): -15847380 or 2895886. OLE color: 2895886.

HSL color Cylindrical-coordinate representation of color #0E302C: hue angle of 172.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E302C is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB144844-
CMYK0.7100.080.81
HSL172.94º54.84%12.16%-
HSV(B)172.94º70.83%18.82%-
XYZ1.692.392.75-
YUV37.38131.74111.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=13.21%
G=45.28%
B=41.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1448440.7100.080.81172.9454.8412.16
HexE302C470851ad37c
Octal1660541070101212556714
Binary11101100001011001000111010001010001101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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